aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-04-11 02:12:08 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-04-11 02:12:08 +0000
commit27316cbef15014754baaeeb2799aa308c77fdafa (patch)
treeed446649c33a8564e6a21236232be3873aea2c22 /include
parentf397f763bf6c496c36fa24402af9638a110bfd03 (diff)
downloadbusybox-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 '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 {
226 struct ar_headers_s *next; 226 struct ar_headers_s *next;
227} ar_headers_t; 227} ar_headers_t;
228extern ar_headers_t get_ar_headers(int srcFd); 228extern ar_headers_t get_ar_headers(int srcFd);
229 229extern int deb_extract(int optflags, const char *dir_name, const char *deb_filename);
230#endif /* __LIBBB_H__ */ 230#endif /* __LIBBB_H__ */