diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-04-01 02:37:40 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-04-01 02:37:40 +0000 |
commit | efe9ca659a3d53b388124e2dd777d29e4914e1fb (patch) | |
tree | 9b61f8a09b38909d78536d4af118afe3ea718150 /src/common/log.h | |
parent | 837d7dff69c9844e40d9cdd440906e2dbe97106c (diff) | |
download | tor-efe9ca659a3d53b388124e2dd777d29e4914e1fb.tar.gz tor-efe9ca659a3d53b388124e2dd777d29e4914e1fb.zip |
Use recent libevent features when possible
svn:r3940
Diffstat (limited to 'src/common/log.h')
-rw-r--r-- | src/common/log.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/log.h b/src/common/log.h index d362549e9c..af90f6d90a 100644 --- a/src/common/log.h +++ b/src/common/log.h @@ -66,6 +66,7 @@ void reset_logs(void); void add_temp_log(void); void close_temp_logs(void); void mark_logs_temp(void); +void configure_libevent_logging(void); /* Outputs a message to stdout */ void _log(int severity, const char *format, ...) CHECK_PRINTF(2,3); |