about summary refs log tree commit diff stats
path: root/src/ui.h
diff options
context:
space:
mode:
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);