aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection.h
diff options
context:
space:
mode:
authorrl1987 <rl1987@sdf.lonestar.org>2015-07-22 16:46:44 +0300
committerrl1987 <rl1987@sdf.lonestar.org>2015-08-23 16:02:39 +0300
commit77a5ca901f148d39973343c7916ca7fb27fab2fb (patch)
tree626b9afcb1a3910611e9f900f3970e90728c59d1 /src/or/connection.h
parent494dea70063125c5ab78b45e91d24def47efac5a (diff)
downloadtor-77a5ca901f148d39973343c7916ca7fb27fab2fb.tar.gz
tor-77a5ca901f148d39973343c7916ca7fb27fab2fb.zip
Unit test dns_resolve(), dns_clip_ttl(), dns_get_expiry_ttl().
Diffstat (limited to 'src/or/connection.h')
-rw-r--r--src/or/connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/connection.h b/src/or/connection.h
index d0a34ece5c..b6ff3d7bd6 100644
--- a/src/or/connection.h
+++ b/src/or/connection.h
@@ -28,7 +28,7 @@ listener_connection_t *listener_connection_new(int type, int socket_family);
connection_t *connection_new(int type, int socket_family);
void connection_link_connections(connection_t *conn_a, connection_t *conn_b);
-void connection_free(connection_t *conn);
+MOCK_DECL(void,connection_free,(connection_t *conn));
void connection_free_all(void);
void connection_about_to_close_connection(connection_t *conn);
void connection_close_immediate(connection_t *conn);