about summary refs log tree commit diff stats
path: root/contact_list.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-03-10 21:37:46 +0000
committerJames Booth <boothj5@gmail.com>2012-03-10 21:37:46 +0000
commitf23f768d5451f540b05321af575e8fcf094738a0 (patch)
treec503a258b548e9573df6295e4468f5a35fd5a572 /contact_list.h
parente568c588249616004df3d59ae4808d65c8b8f5eb (diff)
downloadprofani-tty-f23f768d5451f540b05321af575e8fcf094738a0.tar.gz
Added find contact
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