about summary refs log tree commit diff stats
path: root/src/xmpp/roster_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmpp/roster_list.h')
-rw-r--r--src/xmpp/roster_list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xmpp/roster_list.h b/src/xmpp/roster_list.h
index 5120043c..57a932be 100644
--- a/src/xmpp/roster_list.h
+++ b/src/xmpp/roster_list.h
@@ -72,5 +72,6 @@ GSList* roster_get_contacts_by_presence(const char *const presence);
 char* roster_get_msg_display_name(const char *const barejid, const char *const resource);
 gint roster_compare_name(PContact a, PContact b);
 gint roster_compare_presence(PContact a, PContact b);
+void roster_process_pending_presence(void);
 
 #endif