diff options
author | Roger Dingledine <arma@torproject.org> | 2003-12-14 09:58:43 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-12-14 09:58:43 +0000 |
commit | a5aa80cc419d6831ce339496a1c644f2347496a2 (patch) | |
tree | 38dc3260f6b27132bc159ac236749bcec8408d3c /src/common/log.h | |
parent | a0f16c619cca24d9904b3beb0902fdf7da4927df (diff) | |
download | tor-a5aa80cc419d6831ce339496a1c644f2347496a2.tar.gz tor-a5aa80cc419d6831ce339496a1c644f2347496a2.zip |
make --debuglogfile (or any second log file) work
svn:r935
Diffstat (limited to 'src/common/log.h')
-rw-r--r-- | src/common/log.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/log.h b/src/common/log.h index 3927629c8e..dace715d43 100644 --- a/src/common/log.h +++ b/src/common/log.h @@ -22,8 +22,6 @@ #define CHECK_PRINTF(formatIdx, firstArg) #endif -void log_set_severity(int severity); - void add_stream_log(int loglevel, const char *name, FILE *stream); int add_file_log(int severity, const char *filename); void close_logs(); |