From 2fdb3fc0b67757afd6fe7a244b6e14d2a546af0e Mon Sep 17 00:00:00 2001 From: graham.gower Date: Tue, 08 Dec 2009 20:20:03 -0500 Subject: Merge commit 'grg' into HEAD git-svn-id: http://opkg.googlecode.com/svn/trunk@471 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- (limited to 'libopkg/active_list.h') 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); -- cgit v0.9.1