summaryrefslogtreecommitdiffstatsabout
path: root/utility/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'utility/util.h')
-rw-r--r--utility/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/utility/util.h b/utility/util.h
index 9e3aed3..c67cf9c 100644
--- a/utility/util.h
+++ b/utility/util.h
@@ -17,4 +17,6 @@ void logging_init(config_t *cfg);
17void logging_log(config_t *cfg, loglevel_e level, const char *fmt, ...) 17void logging_log(config_t *cfg, loglevel_e level, const char *fmt, ...)
18 __attribute__((format(printf, 3, 4))); 18 __attribute__((format(printf, 3, 4)));
19 19
20const char *logging_strerror(apr_status_t rv);
21
20#endif /*UTIL_H_*/ 22#endif /*UTIL_H_*/