commit | d22e560ad6a3fe8bfbd23519935a1942cd510758 | [log] [tgz] |
---|---|---|
author | Glenn L McGrath <bug1@ihug.co.nz> | Wed Apr 11 02:12:08 2001 +0000 |
committer | Glenn L McGrath <bug1@ihug.co.nz> | Wed Apr 11 02:12:08 2001 +0000 |
tree | ed446649c33a8564e6a21236232be3873aea2c22 | |
parent | 9d53c8ab74ecb2be62ebf4c61350b842787cc6b9 [diff] [blame] |
Move deb_extract() to libbb, dpkg now independent of dpkg-deb
diff --git a/libbb/libbb.h b/libbb/libbb.h index 649fe11..06215d1 100644 --- a/libbb/libbb.h +++ b/libbb/libbb.h
@@ -226,5 +226,5 @@ 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__ */