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, 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);