[or-cvs] Make libevent_logging_callback static.

Nick Mathewson nickm at seul.org
Fri Apr 8 03:47:21 UTC 2005


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

Modified Files:
	log.c 
Log Message:
Make libevent_logging_callback static.

Index: log.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/common/log.c,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- log.c	5 Apr 2005 22:56:16 -0000	1.92
+++ log.c	8 Apr 2005 03:47:18 -0000	1.93
@@ -496,7 +496,8 @@
 
 #ifdef HAVE_EVENT_SET_LOG_CALLBACK
 static const char *suppress_msg = NULL;
-void libevent_logging_callback(int severity, const char *msg)
+static void
+libevent_logging_callback(int severity, const char *msg)
 {
   if (suppress_msg && strstr(msg, suppress_msg))
     return;



More information about the tor-commits mailing list