about summary refs log tree commit diff stats
path: root/src/contact_list.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-10-28 23:27:56 +0000
committerJames Booth <boothj5@gmail.com>2012-10-28 23:27:56 +0000
commit34238ad6a49917847bbf51f8a02d898f74a0aa2d (patch)
tree2037d8eac780dfac4e0b07ab67e0ececa3a581e5 /src/contact_list.h
parentbc5d8418ad20386b1a270527dce24b7a4b7119ff (diff)
downloadprofani-tty-34238ad6a49917847bbf51f8a02d898f74a0aa2d.tar.gz
Handle presence after roster request
Diffstat (limited to 'src/contact_list.h')
-rw-r--r--src/contact_list.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/contact_list.h b/src/contact_list.h
index e76a2ec9..ac9ab6cd 100644
--- a/src/contact_list.h
+++ b/src/contact_list.h
@@ -30,10 +30,9 @@
 void contact_list_init(void);
 void contact_list_clear(void);
 void contact_list_reset_search_attempts(void);
-gboolean contact_list_add(const char * const jid, const char * const name,
+void 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_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);