about summary refs log tree commit diff stats
path: root/src/profanity.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/profanity.h')
-rw-r--r--src/profanity.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/profanity.h b/src/profanity.h
index b7430ed9..c2018144 100644
--- a/src/profanity.h
+++ b/src/profanity.h
@@ -32,6 +32,7 @@ void prof_handle_typing(char *from);
 void prof_handle_contact_online(char *contact, char *show, char *status);
 void prof_handle_contact_offline(char *contact, char *show, char *status);
 void prof_handle_incoming_message(char *from, char *message);
+void prof_handle_delayed_message(char *from, char *message, GTimeVal tv_stamp);
 void prof_handle_error_message(const char *from, const char *err_msg);
 void prof_handle_roster(GSList *roster);
 void prof_handle_gone(const char * const from);