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

@ -226,5 +226,5 @@ typedef struct ar_headers_s {
struct ar_headers_s *next;
} ar_headers_t;
extern ar_headers_t get_ar_headers(int srcFd);
extern int deb_extract(int optflags, const char *dir_name, const char *deb_filename);
#endif /* __LIBBB_H__ */