diff options
Diffstat (limited to 'include')
-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); |