about summary refs log tree commit diff stats
path: root/tests/log
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-04-13 21:56:35 +0100
committerJames Booth <boothj5@gmail.com>2014-04-13 21:56:51 +0100
commitc3418a290959a6b128c6224ccd01562850ae98c0 (patch)
tree33bc9b65c83cb96ce6f1466db263e00a04a2417d /tests/log
parenta4a23fdf689608636e1d7fe049be081728f69e46 (diff)
downloadprofani-tty-c3418a290959a6b128c6224ccd01562850ae98c0.tar.gz
Added /log shared setting
Issue #170
Diffstat (limited to 'tests/log')
-rw-r--r--tests/log/mock_log.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/log/mock_log.c b/tests/log/mock_log.c
index a5e6a950..1d02c9d1 100644
--- a/tests/log/mock_log.c
+++ b/tests/log/mock_log.c
@@ -31,6 +31,7 @@ log_level_t log_get_filter(void)
 {
     return (log_level_t)mock();
 }
+void log_reinit(void) {}
 void log_close(void) {}
 void log_debug(const char * const msg, ...) {}
 void log_info(const char * const msg, ...) {}