about summary refs log tree commit diff stats
path: root/src/log.h
diff options
context:
space:
mode:
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 146f55a4..82d2774d 100644
--- a/src/log.h
+++ b/src/log.h
@@ -45,6 +45,7 @@ void log_warning(const char * const msg, ...);
 void log_error(const char * const msg, ...);
 void log_msg(log_level_t level, const char * const area,
     const char * const msg);
+log_level_t log_level_from_string(char *log_level);
 
 void chat_log_init(void);
 void chat_log_chat(const gchar * const login, gchar *other,