diff options
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index 8e2d246b8..63869e6dd 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -2141,6 +2141,7 @@ void rep_hist_note_used_internal(time_t now, int need_uptime, int rep_hist_get_predicted_internal(time_t now, int *need_uptime, int *need_capacity); +int any_predicted_circuits(time_t now); int rep_hist_circbuilding_dormant(time_t now); void rep_hist_free_all(void); |