mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-29 01:36:21 +00:00
Fixed duplicated contacts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user