diff options
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h index 7f05ec361..f5a32a94f 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -583,7 +583,7 @@ int connection_create_listener(struct sockaddr_in *bindaddr, int type); int connection_handle_listener_read(connection_t *conn, int new_type); -int connection_tls_start_handshake(connection_t *conn); +int connection_tls_start_handshake(connection_t *conn, int receiving); /* start all connections that should be up but aren't */ int retry_all_connections(uint16_t or_listenport, uint16_t ap_listenport, uint16_t dir_listenport); |