diff options
Diffstat (limited to 'src/log.c')
-rw-r--r-- | src/log.c | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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() |