diff options
author | James Booth <boothj5@gmail.com> | 2014-04-13 21:56:35 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-04-13 21:56:51 +0100 |
commit | c3418a290959a6b128c6224ccd01562850ae98c0 (patch) | |
tree | 33bc9b65c83cb96ce6f1466db263e00a04a2417d /tests | |
parent | a4a23fdf689608636e1d7fe049be081728f69e46 (diff) | |
download | profani-tty-c3418a290959a6b128c6224ccd01562850ae98c0.tar.gz |
Added /log shared setting
Issue #170
Diffstat (limited to 'tests')
-rw-r--r-- | tests/log/mock_log.c | 1 |
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, ...) {} |