diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-04-13 04:02:57 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-04-13 04:02:57 +0000 |
commit | 43e11e032e60f3203095815d943fdcb59c86c02e (patch) | |
tree | feda0730549303c7fadd259741bea57207e46431 /include/libbb.h | |
parent | afa7860dbdafb915a327e20afde531444581432f (diff) | |
download | busybox-w32-43e11e032e60f3203095815d943fdcb59c86c02e.tar.gz busybox-w32-43e11e032e60f3203095815d943fdcb59c86c02e.tar.bz2 busybox-w32-43e11e032e60f3203095815d943fdcb59c86c02e.zip |
dpkg-deb -f and partial -I commands, adds 600 bytes
git-svn-id: svn://busybox.net/trunk/busybox@2342 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/libbb.h b/include/libbb.h index bc8e3c5f3..515bf2760 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -235,10 +235,11 @@ typedef enum extract_function_e { | |||
235 | extract_extract = 8, | 235 | extract_extract = 8, |
236 | extract_verbose_extract = 16, | 236 | extract_verbose_extract = 16, |
237 | extract_list = 32, | 237 | extract_list = 32, |
238 | extract_fsys_tarfile = 64 | 238 | extract_fsys_tarfile = 64, |
239 | extract_field = 128 | ||
239 | } extract_function_t; | 240 | } extract_function_t; |
240 | extern int deb_extract(const char *package_filename, int function, char *target_dir); | 241 | extern int deb_extract(const char *package_filename, int function, char *target_dir); |
241 | extern int untar(FILE *src_tar_file, int untar_function, char *base_path); | 242 | extern int untar(FILE *src_tar_file, const int untar_function, const char *argument); |
242 | 243 | ||
243 | extern int unzip(FILE *l_in_file, FILE *l_out_file); | 244 | extern int unzip(FILE *l_in_file, FILE *l_out_file); |
244 | extern void gz_close(int gunzip_pid); | 245 | extern void gz_close(int gunzip_pid); |