From 2d51bed54445c15086edb413156d2388ce597c24 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Sat, 4 Feb 2023 01:48:29 +0100 Subject: Add function to get library version --- src/log.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/log.h') diff --git a/src/log.h b/src/log.h index 7fdfa92..84c9c72 100644 --- a/src/log.h +++ b/src/log.h @@ -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__ */ -- cgit v1.2.3