opkg: introduce the protype of active_list
authorticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>
Mon, 15 Dec 2008 05:31:50 +0000 (05:31 +0000)
committerticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>
Mon, 15 Dec 2008 05:31:50 +0000 (05:31 +0000)
commitc4ec4181cf4dc98c580213ef302f4b9faa655592
tree523721a20fbdd174a6cace9a322313eb0e2acf00
parent7c760fc01b4e62b571f5b296601c5798c758fb41
opkg: introduce the protype of active_list
     This can be used for upgrade path

git-svn-id: http://opkg.googlecode.com/svn/trunk@166 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
libopkg/Makefile.am
libopkg/active_list.c [new file with mode: 0644]
libopkg/active_list.h [new file with mode: 0644]
libopkg/list.h [new file with mode: 0644]
tests/opkg_active_list_test.c [new file with mode: 0644]