Nore unarchive (and doc) fixes from Laurence Anderson
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user