aboutsummaryrefslogtreecommitdiff
path: root/gmid.h
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-02-14 12:20:34 +0000
committerOmar Polo <op@omarpolo.com>2021-02-23 13:40:59 +0100
commitd278a0c3c50146c703b675ca4dac1d58ef286585 (patch)
tree7594155bfb607214099839b6092b00f92ed66952 /gmid.h
parentc39b26d308ed63a537de88b963935c2acfe33405 (diff)
moving logging to its own process
Diffstat (limited to 'gmid.h')
-rw-r--r--gmid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gmid.h b/gmid.h
index a8fd595..2a5b6be 100644
--- a/gmid.h
+++ b/gmid.h
@@ -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*);