Explorar el Código

Make libevent_logging_callback static.

svn:r4058
Nick Mathewson hace 20 años
padre
commit
f3b833cb47
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/common/log.c

+ 2 - 1
src/common/log.c

@@ -496,7 +496,8 @@ void switch_logs_debug(void)
 
 #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;