diff options
Diffstat (limited to 'src/log.h')
-rw-r--r-- | src/log.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,5 +20,6 @@ int log_is_error(Log *); int log_is_info(Log *); int log_is_warn(Log *); +char *loglibver(void); #endif /* __LOG_H__ */ |