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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/contact_list.h b/src/contact_list.h
index 90ae947b..0fd27010 100644
--- a/src/contact_list.h
+++ b/src/contact_list.h
@@ -32,7 +32,7 @@ void contact_list_clear(void);
 void contact_list_reset_search_attempts(void);
 gboolean contact_list_add(const char * const jid, const char * const name,
     const char * const presence, const char * const status,
-    const char * const subscription);
+    const char * const subscription, gboolean pending_out);
 gboolean contact_list_update_contact(const char * const jid, const char * const presence,
     const char * const status);
 GSList * get_contact_list(void);