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-29 21:44:33 +0000
committerJames Booth <boothj5@gmail.com>2012-10-29 21:44:33 +0000
commita0eda4207cbc25329754944da2dedf9e19fa0150 (patch)
tree1210fef8d1b29f6c173cdd0eb9b527c1d8fd916f /src/contact_list.h
parentdbb744532482baab8e012af500dbeda29600d2e1 (diff)
downloadprofani-tty-a0eda4207cbc25329754944da2dedf9e19fa0150.tar.gz
Split contact add and update presence
Diffstat (limited to 'src/contact_list.h')
-rw-r--r--src/contact_list.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/contact_list.h b/src/contact_list.h
index ac9ab6cd..9f6bbe4c 100644
--- a/src/contact_list.h
+++ b/src/contact_list.h
@@ -33,6 +33,8 @@ void contact_list_reset_search_attempts(void);
 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_update_contact(const char * const jid, const char * const presence,
+    const char * const status);
 GSList * get_contact_list(void);
 char * contact_list_find_contact(char *search_str);
 PContact contact_list_get_contact(const char const *jid);