diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2001-06-24 12:36:54 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2001-06-24 12:36:54 +0000 |
commit | 2e6d3cfa82eb64fffe53ccb5669aa7146228cf8f (patch) | |
tree | 78fb21d71f9d8680422f85a00bc3045cd6185a99 /include/libbb.h | |
parent | 15576268971168108f289cac6d6ecc6fdbb5075e (diff) |
Nore unarchive (and doc) fixes from Laurence Anderson
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 a547953a1..102596c1f 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); |