diff options
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index a547953..102596c 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -227,7 +227,7 @@ enum extract_functions_e { extract_control_tar_gz = 128, extract_unzip_only = 256, extract_unconditional = 512, - extract_create_dirs = 1024 + extract_create_leading_dirs = 1024 }; char *unarchive(FILE *src_stream, void *(*get_header)(FILE *), const int extract_function, const char *prefix, char **extract_names); |