Fixed duplicated contacts

This commit is contained in:
James Booth
2012-03-08 22:43:28 +00:00
parent 78bd151c48
commit 7a9d127ae2
3 changed files with 220 additions and 55 deletions

View File

@@ -8,6 +8,7 @@ struct contact_list {
void contact_list_clear(void);
int contact_list_add(char *contact);
int contact_list_remove(char *contact);
struct contact_list *get_contact_list(void);
#endif