about summary refs log tree commit diff stats
path: root/src/chat_log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/chat_log.h')
-rw-r--r--src/chat_log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chat_log.h b/src/chat_log.h
index 238e087f..e0aac551 100644
--- a/src/chat_log.h
+++ b/src/chat_log.h
@@ -32,7 +32,7 @@ typedef enum {
 
 void chat_log_init(void);
 void chat_log_chat(const gchar * const login, gchar *other,
-    const gchar * const msg, chat_log_direction_t direction);
+    const gchar * const msg, chat_log_direction_t direction, GTimeVal *tv_stamp);
 void chat_log_close(void);
 GSList * chat_log_get_previous(const gchar * const login,
     const gchar * const recipient, GSList *history);