diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-01-29 14:51:59 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-01-29 14:51:59 -0500 |
commit | 4c1a77953942f4921f8a151e01933c8f9d104e7f (patch) | |
tree | bb400c1dc0e9f420026b10d6d82a4e2693bcc3fa /src/or/connection.h | |
parent | 204374f7d92997a510a7aabe5ec57f0f87a3499f (diff) | |
download | tor-4c1a77953942f4921f8a151e01933c8f9d104e7f.tar.gz tor-4c1a77953942f4921f8a151e01933c8f9d104e7f.zip |
Restrict unix: addresses to control and socks for now
Diffstat (limited to 'src/or/connection.h')
-rw-r--r-- | src/or/connection.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/connection.h b/src/or/connection.h index 50bea51e5b..d0a34ece5c 100644 --- a/src/or/connection.h +++ b/src/or/connection.h @@ -17,6 +17,7 @@ const char *conn_type_to_string(int type); const char *conn_state_to_string(int type, int state); +int conn_listener_type_supports_af_unix(int type); dir_connection_t *dir_connection_new(int socket_family); or_connection_t *or_connection_new(int type, int socket_family); |