[or-cvs] Fix some verbose warnings and remove an unneeded include.

Nick Mathewson nickm at seul.org
Wed Nov 30 06:38:44 UTC 2005


Update of /home/or/cvsroot/tor/src/or
In directory moria:/tmp/cvs-serv29111/src/or

Modified Files:
	connection_edge.c or.h 
Log Message:
Fix some verbose warnings and remove an unneeded include.

Index: connection_edge.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/connection_edge.c,v
retrieving revision 1.363
retrieving revision 1.364
diff -u -d -r1.363 -r1.364
--- connection_edge.c	23 Nov 2005 04:18:45 -0000	1.363
+++ connection_edge.c	30 Nov 2005 06:38:41 -0000	1.364
@@ -11,7 +11,6 @@
  **/
 
 #include "or.h"
-#include "tree.h"
 
 static addr_policy_t *socks_policy = NULL;
 /* List of exit_redirect_t */

Index: or.h
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/or.h,v
retrieving revision 1.745
retrieving revision 1.746
diff -u -d -r1.745 -r1.746
--- or.h	30 Nov 2005 06:27:59 -0000	1.745
+++ or.h	30 Nov 2005 06:38:41 -0000	1.746
@@ -1747,6 +1747,8 @@
 
 int init_cookie_authentication(int enabled);
 int decode_hashed_password(char *buf, const char *hashed);
+void disable_control_logging(void);
+void enable_control_logging(void);
 
 /********************************* cpuworker.c *****************************/
 



More information about the tor-commits mailing list