diff options
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/compat.h | 1 | ||||
-rw-r--r-- | src/common/log.c | 1 | ||||
-rw-r--r-- | src/common/torlog.h | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/src/common/compat.h b/src/common/compat.h index 0717ed34f2..8f35dfd110 100644 --- a/src/common/compat.h +++ b/src/common/compat.h @@ -708,3 +708,4 @@ ssize_t tor_getpass(const char *prompt, char *output, size_t buflen); #include "compat_threads.h" #endif + diff --git a/src/common/log.c b/src/common/log.c index e0bfcf883c..4a8a7b1165 100644 --- a/src/common/log.c +++ b/src/common/log.c @@ -1378,3 +1378,4 @@ truncate_logs(void) } } } + diff --git a/src/common/torlog.h b/src/common/torlog.h index 53e3984f63..3e8667895f 100644 --- a/src/common/torlog.h +++ b/src/common/torlog.h @@ -241,3 +241,4 @@ MOCK_DECL(STATIC void, logv, (int severity, log_domain_mask_t domain, # define TOR_TORLOG_H #endif + |