From 8c5866ff52d38cecdf9e52f0d9f30c53bc1c3c03 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 5 May 2013 00:16:10 +0100 Subject: Added groupchat logs closes #168 --- src/log.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/log.h') 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 -- cgit 1.4.1-2-gfad0