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 1e2faea2..569af8cd 100644
--- a/contact_list.h
+++ b/contact_list.h
@@ -31,7 +31,7 @@ void contact_list_clear(void);
 void reset_search_attempts(void);
 void contact_list_add(const char * const name, const char * const show,
     const char * const status);
-int contact_list_remove(const char * const name);
+void contact_list_remove(const char * const name);
 GSList * get_contact_list(void);
 char * find_contact(char *search_str);