diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-10-17 12:48:39 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-10-17 12:48:39 -0400 |
commit | db18ff91208e0065c38e5f4d0dd57eb8a0ae513c (patch) | |
tree | 06d231f66bd1d2e0f494156e227711fa05fd39f8 /src/app/config/quiet_level.h | |
parent | 3a73f6612aad051e0d9a9228a136e06720748c16 (diff) | |
download | tor-db18ff91208e0065c38e5f4d0dd57eb8a0ae513c.tar.gz tor-db18ff91208e0065c38e5f4d0dd57eb8a0ae513c.zip |
Move code to add default log into quiet_level.c
I'm about to unify the code for handling this between main.c and
config.c.
Diffstat (limited to 'src/app/config/quiet_level.h')
-rw-r--r-- | src/app/config/quiet_level.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/app/config/quiet_level.h b/src/app/config/quiet_level.h index e90ec3f276..03e3f58fb0 100644 --- a/src/app/config/quiet_level.h +++ b/src/app/config/quiet_level.h @@ -25,4 +25,6 @@ typedef enum { /** How quietly should Tor log at startup? */ extern quiet_level_t quiet_level; +void add_default_log_for_quiet_level(quiet_level_t quiet); + #endif /* !defined(QUIET_LEVEL_H) */ |