Moved page off, and added search_attempts

This commit is contained in:
James Booth
2012-03-10 23:01:59 +00:00
parent b41808ae0f
commit b22a7c5fda
4 changed files with 16 additions and 1 deletions

View File

@@ -35,6 +35,7 @@ typedef struct _contact_list_t {
} contact_list_t;
void contact_list_clear(void);
void reset_search_attempts(void);
int contact_list_add(const char * const name, const char * const show,
const char * const status);
int contact_list_remove(const char * const name);