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 eb9ee85a5..d1fd6e976 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -1125,6 +1125,7 @@ int dns_resolve(connection_t *exitconn); int connection_add(connection_t *conn); int connection_remove(connection_t *conn); +int connection_in_array(connection_t *conn); void get_connection_array(connection_t ***array, int *n); |