summaryrefslogtreecommitdiffhomepage
path: root/list.h
diff options
context:
space:
mode:
Diffstat (limited to 'list.h')
-rw-r--r--list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/list.h b/list.h
index b26a212..2b5cc07 100644
--- a/list.h
+++ b/list.h
@@ -19,7 +19,7 @@ struct _m_list {
typedef struct _m_list m_list;
-m_list * list_new();
+m_list * list_new(void);
void list_append(m_list *list, void *item);
/* returns the item for the element removed */
void * list_remove(m_list_elem *elem);