about summary refs log tree commit diff stats
path: root/contact_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'contact_list.h')
-rw-r--r--contact_list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contact_list.h b/contact_list.h
index 0f72bd08..1e2faea2 100644
--- a/contact_list.h
+++ b/contact_list.h
@@ -29,7 +29,7 @@
 
 void contact_list_clear(void);
 void reset_search_attempts(void);
-int contact_list_add(const char * const name, const char * const show,
+void contact_list_add(const char * const name, const char * const show,
     const char * const status);
 int contact_list_remove(const char * const name);
 GSList * get_contact_list(void);