about summary refs log tree commit diff stats
path: root/src/ui.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-12-09 03:07:33 +0000
committerJames Booth <boothj5@gmail.com>2012-12-09 03:07:33 +0000
commit8e90f7a4140f3d5ebb076b23ee10b2d296340ba8 (patch)
tree903dfcdfc48991e8cefc13519b774f2cad38c8ea /src/ui.h
parent6b9962434849587a54608ea995dcef48cc86ff39 (diff)
downloadprofani-tty-8e90f7a4140f3d5ebb076b23ee10b2d296340ba8.tar.gz
Handle idle time from contacts
Diffstat (limited to 'src/ui.h')
-rw-r--r--src/ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.h b/src/ui.h
index 8a1f4e23..5e236ca2 100644
--- a/src/ui.h
+++ b/src/ui.h
@@ -69,7 +69,7 @@ void ui_idle(void);
 void ui_show_incoming_msg(const char * const from, const char * const message,
     GTimeVal *tv_stamp, gboolean priv);
 void ui_contact_online(const char * const from, const char * const show,
-    const char * const status);
+    const char * const status, GDateTime *last_activity);
 void ui_contact_offline(const char * const from, const char * const show,
     const char * const status);
 void ui_disconnected(void);