From 59c02863fed3d490681dba964d7d74d4e35b11d6 Mon Sep 17 00:00:00 2001 From: James Booth Date: Fri, 9 Mar 2012 21:23:39 +0000 Subject: Changed typenames in contact list --- contact_list.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'contact_list.h') diff --git a/contact_list.h b/contact_list.h index f751f2ab..01fbd46f 100644 --- a/contact_list.h +++ b/contact_list.h @@ -23,14 +23,14 @@ #ifndef CONTACT_LIST_H #define CONTACT_LIST_H -struct contact_list { +typedef struct _contact_list_t { char **contacts; int size; -}; +} contact_list_t; void contact_list_clear(void); int contact_list_add(const char * const contact); int contact_list_remove(const char * const contact); -struct contact_list *get_contact_list(void); +contact_list_t *get_contact_list(void); #endif -- cgit 1.4.1-2-gfad0