Move add_to_list from libunarchive to libbb so it can be of more general use (eg...
authorGlenn L McGrath <bug1@ihug.co.nz>
Sun, 8 Dec 2002 00:54:33 +0000 (00:54 -0000)
committerGlenn L McGrath <bug1@ihug.co.nz>
Sun, 8 Dec 2002 00:54:33 +0000 (00:54 -0000)
commit66125c806518f74a54232206d02e30a39b621232
treef7e34d157460ad689c350071a25d19cdd51e1ebb
parent346cdb1ddea7d825b29e9dcd73d6f7af8db8598f
Move add_to_list from libunarchive to libbb so it can be of more general use (eg ifupdown). Changed the name to llist_add_to as i plan on adding more llist_ functions as needed (e.g. llist_free).
13 files changed:
archival/ar.c
archival/cpio.c
archival/dpkg.c
archival/dpkg_deb.c
archival/libunarchive/Makefile.in
archival/libunarchive/add_to_list.c [deleted file]
archival/libunarchive/get_header_tar.c
archival/tar.c
archival/unzip.c
include/libbb.h
include/unarchive.h
libbb/Makefile.in
libbb/llist_add_to.c [new file with mode: 0644]