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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/log.h b/src/log.h
index 82d2774d..25cbd1bb 100644
--- a/src/log.h
+++ b/src/log.h
@@ -53,4 +53,8 @@ void chat_log_chat(const gchar * const login, gchar *other,
 void chat_log_close(void);
 GSList * chat_log_get_previous(const gchar * const login,
     const gchar * const recipient, GSList *history);
+
+void groupchat_log_init(void);
+void groupchat_log_chat(const gchar * const login, const gchar * const room,
+    const gchar * const nick, const gchar * const msg);
 #endif