summaryrefslogtreecommitdiff
path: root/src/common/log.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-05-20 19:47:28 +0000
committerNick Mathewson <nickm@torproject.org>2004-05-20 19:47:28 +0000
commitccb825128e60e924c9f2c106d94c4519d4393d8e (patch)
tree08735f6d83ef316b1ed81bdcf1d1650295a5f213 /src/common/log.h
parent1c21a02b90a7cef6d56589194f22b2a7f4f35f95 (diff)
downloadtor-ccb825128e60e924c9f2c106d94c4519d4393d8e.tar.gz
tor-ccb825128e60e924c9f2c106d94c4519d4393d8e.zip
Tinker with log behavior: never send error messages about logs into the bitbucket
svn:r1912
Diffstat (limited to 'src/common/log.h')
-rw-r--r--src/common/log.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/log.h b/src/common/log.h
index 786e7fcc12..c8b631b58a 100644
--- a/src/common/log.h
+++ b/src/common/log.h
@@ -52,6 +52,8 @@ int add_file_log(int severityMin, int severityMax, const char *filename);
int get_min_log_level(void);
void close_logs();
void reset_logs();
+void add_temp_log(void);
+void close_temp_logs(void);
/* Outputs a message to stdout */
void _log(int severity, const char *format, ...) CHECK_PRINTF(2,3);