about summary refs log tree commit diff stats
path: root/contact_list.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-05-13 23:06:01 +0100
committerJames Booth <boothj5@gmail.com>2012-05-13 23:06:01 +0100
commit6c9cbc446d405fb7d4a3df254f7c3edf6848e658 (patch)
tree9ca1753af4090ba5fd12abc921bf2b17726d3df3 /contact_list.h
parentbe964894c612929e7f74ff6765c29b7c780a6b82 (diff)
downloadprofani-tty-6c9cbc446d405fb7d4a3df254f7c3edf6848e658.tar.gz
Changed contact list to use generic autocomplete
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 569af8cd..72b8dd79 100644
--- a/contact_list.h
+++ b/contact_list.h
@@ -27,6 +27,7 @@
 
 #include "contact.h"
 
+void contact_list_init(void);
 void contact_list_clear(void);
 void reset_search_attempts(void);
 void contact_list_add(const char * const name, const char * const show,