diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-04-11 02:12:08 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-04-11 02:12:08 +0000 |
commit | 27316cbef15014754baaeeb2799aa308c77fdafa (patch) | |
tree | ed446649c33a8564e6a21236232be3873aea2c22 /dpkg.c | |
parent | f397f763bf6c496c36fa24402af9638a110bfd03 (diff) | |
download | busybox-w32-27316cbef15014754baaeeb2799aa308c77fdafa.tar.gz busybox-w32-27316cbef15014754baaeeb2799aa308c77fdafa.tar.bz2 busybox-w32-27316cbef15014754baaeeb2799aa308c77fdafa.zip |
Move deb_extract() to libbb, dpkg now independent of dpkg-deb
git-svn-id: svn://busybox.net/trunk/busybox@2306 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'dpkg.c')
-rw-r--r-- | dpkg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |