From 4ec6ca94f200ed52f2cc00ff740bae13d7fef6be Mon Sep 17 00:00:00 2001 From: ticktock35 Date: Mon, 15 Dec 2008 00:34:03 -0500 Subject: opkg: using active list to list upgradeable pkgs git-svn-id: http://opkg.googlecode.com/svn/trunk@177 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- (limited to 'libopkg/active_list.h') diff --git a/libopkg/active_list.h b/libopkg/active_list.h index 262164a..28e909a 100644 --- a/libopkg/active_list.h +++ b/libopkg/active_list.h @@ -26,6 +26,9 @@ struct active_list { struct active_list *depended; }; + +struct active_list * active_list_head_new(); +void active_list_head_delete(struct active_list *); void active_list_init(struct active_list *ptr); void active_list_clear(struct active_list *head); void active_list_add_depend(struct active_list *node, struct active_list *depend); -- cgit v0.9.1