]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove redundant declaration
authorNick Mathewson <nickm@torproject.org>
Sun, 14 Nov 2004 17:22:10 +0000 (17:22 +0000)
committerNick Mathewson <nickm@torproject.org>
Sun, 14 Nov 2004 17:22:10 +0000 (17:22 +0000)
svn:r2855

src/or/connection_edge.c

index 7467d2b2a946d1ad5462bcd89424281600a41cad..533c8c424219d3ee20d42fa03bc2510af78aee2f 100644 (file)
@@ -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.
  *