summaryrefslogtreecommitdiffstats
path: root/libopkg/active_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'libopkg/active_list.h')
-rw-r--r--libopkg/active_list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libopkg/active_list.h b/libopkg/active_list.h
index 70d2af8..c9d90c0 100644
--- a/libopkg/active_list.h
+++ b/libopkg/active_list.h
@@ -27,7 +27,7 @@ struct active_list {
};
-struct active_list * active_list_head_new();
+struct active_list * active_list_head_new(void);
void active_list_head_delete(struct active_list *);
void active_list_init(struct active_list *ptr);
void active_list_clear(struct active_list *head);