diff options
author | Ola Bini <ola@olabini.se> | 2016-01-12 15:39:49 -0500 |
---|---|---|
committer | Ola Bini <ola@olabini.se> | 2016-01-13 10:35:06 -0500 |
commit | 5c1c117b8ecae53ded15773ffa78da26757b7fe3 (patch) | |
tree | 5f4324d8e4827a82a82cc16b81b0b963f9e06b92 /src/common/torlog.h | |
parent | 0bfa616e2e0ea7425801142e7faf7bca020f4361 (diff) | |
download | tor-5c1c117b8ecae53ded15773ffa78da26757b7fe3.tar.gz tor-5c1c117b8ecae53ded15773ffa78da26757b7fe3.zip |
Revert my addition of callback cleaner and instead use existing functionality for temporary log files
Diffstat (limited to 'src/common/torlog.h')
-rw-r--r-- | src/common/torlog.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/torlog.h b/src/common/torlog.h index f72263c85f..53e3984f63 100644 --- a/src/common/torlog.h +++ b/src/common/torlog.h @@ -138,7 +138,6 @@ int add_file_log(const log_severity_list_t *severity, const char *filename, int add_syslog_log(const log_severity_list_t *severity, const char* syslog_identity_tag); #endif -void remove_log_callback(void); int add_callback_log(const log_severity_list_t *severity, log_callback cb); void logs_set_domain_logging(int enabled); int get_min_log_level(void); |