[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] Remove redundant declaration



Update of /home/or/cvsroot/tor/src/or
In directory moria.mit.edu:/tmp/cvs-serv30514/src/or

Modified Files:
	connection_edge.c 
Log Message:
Remove redundant declaration

Index: connection_edge.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/connection_edge.c,v
retrieving revision 1.230
retrieving revision 1.231
diff -u -d -r1.230 -r1.231
--- connection_edge.c	12 Nov 2004 19:39:13 -0000	1.230
+++ connection_edge.c	14 Nov 2004 17:22:10 -0000	1.231
@@ -17,7 +17,6 @@
 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.
  *