diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2001-04-11 02:12:08 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2001-04-11 02:12:08 +0000 |
commit | d22e560ad6a3fe8bfbd23519935a1942cd510758 (patch) | |
tree | ed446649c33a8564e6a21236232be3873aea2c22 /archival/dpkg.c | |
parent | 9d53c8ab74ecb2be62ebf4c61350b842787cc6b9 (diff) | |
download | busybox-w32-d22e560ad6a3fe8bfbd23519935a1942cd510758.tar.gz busybox-w32-d22e560ad6a3fe8bfbd23519935a1942cd510758.tar.bz2 busybox-w32-d22e560ad6a3fe8bfbd23519935a1942cd510758.zip |
Move deb_extract() to libbb, dpkg now independent of dpkg-deb
Diffstat (limited to 'archival/dpkg.c')
-rw-r--r-- | archival/dpkg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/dpkg.c b/archival/dpkg.c index 5687e00be..55d97adda 100644 --- a/archival/dpkg.c +++ b/archival/dpkg.c | |||
@@ -31,7 +31,7 @@ | |||
31 | #endif | 31 | #endif |
32 | 32 | ||
33 | /* from dpkg-deb.c */ | 33 | /* from dpkg-deb.c */ |
34 | extern int deb_extract(int optflags, const char *dir_name, const char *deb_filename); | 34 | |
35 | static const int dpkg_deb_contents = 1; | 35 | static const int dpkg_deb_contents = 1; |
36 | static const int dpkg_deb_control = 2; | 36 | static const int dpkg_deb_control = 2; |
37 | // const int dpkg_deb_info = 4; | 37 | // const int dpkg_deb_info = 4; |