about summary refs log tree commit diff stats
path: root/src/log.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-04-13 22:20:15 +0100
committerJames Booth <boothj5@gmail.com>2014-04-13 22:20:15 +0100
commit67a109927cbb70f48198f4516c330c157bfc209a (patch)
tree53681754ec1993f0e1128d2373084a5ff09f450c /src/log.h
parentc3418a290959a6b128c6224ccd01562850ae98c0 (diff)
downloadprofani-tty-67a109927cbb70f48198f4516c330c157bfc209a.tar.gz
Added /log where command
Diffstat (limited to 'src/log.h')
-rw-r--r--src/log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/log.h b/src/log.h
index 86d96392..d9cd92e1 100644
--- a/src/log.h
+++ b/src/log.h
@@ -42,6 +42,7 @@ void log_init(log_level_t filter);
 log_level_t log_get_filter(void);
 void log_close(void);
 void log_reinit(void);
+char * get_log_file_location(void);
 void log_debug(const char * const msg, ...);
 void log_info(const char * const msg, ...);
 void log_warning(const char * const msg, ...);