Added groupchat logs

closes #168
This commit is contained in:
James Booth
2013-05-05 00:16:10 +01:00
parent c1cf0b433e
commit 8c5866ff52
7 changed files with 149 additions and 1 deletions

View File

@@ -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