diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-11-14 17:22:10 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-11-14 17:22:10 +0000 |
commit | 4f835673bee6dc0e0927a2a80534bfcd914f8947 (patch) | |
tree | bbe3c20641b1938c924d633382a575a97e90b49f | |
parent | 783bbcf471622fccc487267db0377adb04d75461 (diff) | |
download | tor-4f835673bee6dc0e0927a2a80534bfcd914f8947.tar.gz tor-4f835673bee6dc0e0927a2a80534bfcd914f8947.zip |
Remove redundant declaration
svn:r2855
-rw-r--r-- | src/or/connection_edge.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c index 7467d2b2a9..533c8c4242 100644 --- a/src/or/connection_edge.c +++ b/src/or/connection_edge.c @@ -17,7 +17,6 @@ static struct addr_policy_t *socks_policy = NULL; static smartlist_t *redirect_exit_list = NULL; static int connection_ap_handshake_process_socks(connection_t *conn); -void parse_socks_policy(void); /** Handle new bytes on conn->inbuf, or notification of eof. * |