diff options
author | 2023-02-04 01:48:29 +0100 | |
---|---|---|
committer | 2023-02-04 01:48:29 +0100 | |
commit | 2d51bed54445c15086edb413156d2388ce597c24 (patch) | |
tree | eeaabccfbe4a01752f47f45404ba50572e0ef38e /src/log.h | |
parent | 8ca441830f36111943860a98a21c736d4087bb2e (diff) | |
download | log-2d51bed54445c15086edb413156d2388ce597c24.tar.gz log-2d51bed54445c15086edb413156d2388ce597c24.zip |
Add function to get library version
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__ */ |