diff options
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index 195cb2b98f..59202104db 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -4067,6 +4067,8 @@ typedef struct { double close_ms; } circuit_build_times_t; +void pathbias_count_timeout(origin_circuit_t *circ); + /********************************* config.c ***************************/ /** An error from options_trial_assign() or options_init_from_string(). */ |