aboutsummaryrefslogtreecommitdiff
path: root/src/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/log.c')
-rw-r--r--src/log.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/log.c b/src/log.c
index 85f94c9..a7605da 100644
--- a/src/log.c
+++ b/src/log.c
@@ -15,6 +15,12 @@
#define BUFF_SIZE 256
#define HALF_SIZE (BUFF_SIZE / 2 - 1)
+char *
+loglibver(void)
+{
+ return LIBVER;
+}
+
/* Checks if the terminal supports colors */
static int
check_term_colors()