Move deb_extract() to libbb, dpkg now independent of dpkg-deb

This commit is contained in:
Glenn L McGrath
2001-04-11 02:12:08 +00:00
parent 9d53c8ab74
commit d22e560ad6
8 changed files with 147 additions and 215 deletions

View File

@@ -31,7 +31,7 @@
#endif
/* from dpkg-deb.c */
extern int deb_extract(int optflags, const char *dir_name, const char *deb_filename);
static const int dpkg_deb_contents = 1;
static const int dpkg_deb_control = 2;
// const int dpkg_deb_info = 4;