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 a984819cf..fc2d3063a 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -2151,6 +2151,8 @@ void accounting_set_bandwidth_usage_from_state(or_state_t *state); /********************************* main.c ***************************/ +extern int has_completed_circuit; + int connection_add(connection_t *conn); int connection_remove(connection_t *conn); int connection_in_array(connection_t *conn); |