diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index e3d713321..a9c1a870f 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -238,7 +238,8 @@ enum extract_functions_e { | |||
238 | extract_unzip_only = 256, | 238 | extract_unzip_only = 256, |
239 | extract_unconditional = 512, | 239 | extract_unconditional = 512, |
240 | extract_create_leading_dirs = 1024, | 240 | extract_create_leading_dirs = 1024, |
241 | extract_quiet = 2048 | 241 | extract_quiet = 2048, |
242 | extract_exclude_list = 4096 | ||
242 | }; | 243 | }; |
243 | char *unarchive(FILE *src_stream, FILE *out_stream, file_header_t *(*get_header)(FILE *), | 244 | char *unarchive(FILE *src_stream, FILE *out_stream, file_header_t *(*get_header)(FILE *), |
244 | const int extract_function, const char *prefix, char **extract_names); | 245 | const int extract_function, const char *prefix, char **extract_names); |