about summary refs log tree commit diff stats
path: root/src/chat_log.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-10-14 04:10:03 +0100
committerJames Booth <boothj5@gmail.com>2012-10-14 04:10:03 +0100
commit579201636ed255bddee6564f41511819479eff9e (patch)
treec6d65a7e32d77f412d12f89176d06f7127559de4 /src/chat_log.h
parent18c6bb9219507b726416c59048a1b866ca048ca3 (diff)
downloadprofani-tty-579201636ed255bddee6564f41511819479eff9e.tar.gz
Showing history from current log in chat windows
Diffstat (limited to 'src/chat_log.h')
-rw-r--r--src/chat_log.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/chat_log.h b/src/chat_log.h
index 61763d25..d8455a26 100644
--- a/src/chat_log.h
+++ b/src/chat_log.h
@@ -34,5 +34,7 @@ void chat_log_init(void);
 void chat_log_chat(const gchar * const login, gchar *other, 
     const gchar * const msg, chat_log_direction_t direction);
 void chat_log_close(void);
+GSList * chat_log_get_previous(const gchar * const login, gchar *recipient, 
+    GSList *history);
 
 #endif