about summary refs log tree commit diff stats
path: root/src/ui.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-11-08 22:14:41 +0000
committerJames Booth <boothj5@gmail.com>2012-11-08 22:14:41 +0000
commit76149e1f31c8f659475f0eb2b76d850a640e21fc (patch)
treecc938eeccdf2fac9f91c1ab7b00b44c6a2c5d493 /src/ui.h
parentca40405d2adc868ec1cdf9746e6b0580010e28f4 (diff)
downloadprofani-tty-76149e1f31c8f659475f0eb2b76d850a640e21fc.tar.gz
Show delayed time on messages received whilst offline
Also do not show chat state notifications received whilst offline
Diffstat (limited to 'src/ui.h')
-rw-r--r--src/ui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui.h b/src/ui.h
index acdde2be..333dd3ee 100644
--- a/src/ui.h
+++ b/src/ui.h
@@ -88,7 +88,8 @@ int win_in_chat(void);
 char *win_get_recipient(void);
 void win_show_typing(const char * const from);
 void win_show_gone(const char * const from);
-void win_show_incomming_msg(const char * const from, const char * const message);
+void win_show_incomming_msg(const char * const from, const char * const message,
+    GTimeVal *tv_stamp);
 void win_show_error_msg(const char * const from, const char *err_msg);
 void win_show_outgoing_msg(const char * const from, const char * const to,
     const char * const message);