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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/contact_list.h b/contact_list.h
index d1c30935..00f03c9d 100644
--- a/contact_list.h
+++ b/contact_list.h
@@ -39,5 +39,6 @@ int contact_list_add(const char * const name, const char * const show,
     const char * const status);
 int contact_list_remove(const char * const name);
 contact_list_t * get_contact_list(void);
+char * find_contact(const char * const search_str);
 
 #endif