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.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/contact_list.h b/src/contact_list.h
index bc239111..90ae947b 100644
--- a/src/contact_list.h
+++ b/src/contact_list.h
@@ -30,9 +30,11 @@
 void contact_list_init(void);
 void contact_list_clear(void);
 void contact_list_reset_search_attempts(void);
-gboolean contact_list_add(const char * const name, const char * const show,
+gboolean contact_list_add(const char * const jid, const char * const name,
+    const char * const presence, const char * const status,
+    const char * const subscription);
+gboolean contact_list_update_contact(const char * const jid, const char * const presence,
     const char * const status);
-gboolean contact_list_remove(const char * const name);
 GSList * get_contact_list(void);
 char * contact_list_find_contact(char *search_str);
 PContact contact_list_get_contact(const char const *jid);