diff options
author | Omar Polo <op@omarpolo.com> | 2021-02-14 12:20:34 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-02-23 13:40:59 +0100 |
commit | d278a0c3c50146c703b675ca4dac1d58ef286585 (patch) | |
tree | 7594155bfb607214099839b6092b00f92ed66952 /gmid.h | |
parent | c39b26d308ed63a537de88b963935c2acfe33405 (diff) |
moving logging to its own process
Diffstat (limited to 'gmid.h')
-rw-r--r-- | gmid.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -218,6 +218,7 @@ void log_notice(struct client*, const char*, ...) LOG_ATTR_FMT; void log_info(struct client*, const char*, ...) LOG_ATTR_FMT; void log_debug(struct client*, const char*, ...) LOG_ATTR_FMT; void log_request(struct client*, char*, size_t); +void logger_init(void); /* mime.c */ void init_mime(struct mime*); |