about summary refs log tree commit diff stats
path: root/src/contact_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/contact_list.h')
-rw-r--r--src/contact_list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/contact_list.h b/src/contact_list.h
index 062cfa65..863c27b7 100644
--- a/src/contact_list.h
+++ b/src/contact_list.h
@@ -38,6 +38,7 @@ gboolean contact_list_update_contact(const char * const jid, const char * const
     const char * const status);
 void contact_list_update_subscription(const char * const jid,
     const char * const subscription, gboolean pending_out);
+gboolean contact_list_has_pending_subscriptions(void);
 GSList * get_contact_list(void);
 char * contact_list_find_contact(char *search_str);
 PContact contact_list_get_contact(const char const *jid);