aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2001-04-11 02:12:08 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2001-04-11 02:12:08 +0000
commitd22e560ad6a3fe8bfbd23519935a1942cd510758 (patch)
treeed446649c33a8564e6a21236232be3873aea2c22 /include
parent9d53c8ab74ecb2be62ebf4c61350b842787cc6b9 (diff)
downloadbusybox-d22e560ad6a3fe8bfbd23519935a1942cd510758.tar.gz
Move deb_extract() to libbb, dpkg now independent of dpkg-deb
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 649fe11c1..06215d12b 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -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__ */