aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-06-24 12:36:54 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-06-24 12:36:54 +0000
commit222e53d87d310a6eb886387908b6a8a8f764ddde (patch)
tree78fb21d71f9d8680422f85a00bc3045cd6185a99 /include/libbb.h
parent3f112d9577b556de7e29e6dc007772972f0e96bf (diff)
downloadbusybox-w32-222e53d87d310a6eb886387908b6a8a8f764ddde.tar.gz
busybox-w32-222e53d87d310a6eb886387908b6a8a8f764ddde.tar.bz2
busybox-w32-222e53d87d310a6eb886387908b6a8a8f764ddde.zip
Nore unarchive (and doc) fixes from Laurence Anderson
git-svn-id: svn://busybox.net/trunk/busybox@2894 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/libbb.h')
-rw-r--r--include/libbb.h2
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 {
227 extract_control_tar_gz = 128, 227 extract_control_tar_gz = 128,
228 extract_unzip_only = 256, 228 extract_unzip_only = 256,
229 extract_unconditional = 512, 229 extract_unconditional = 512,
230 extract_create_dirs = 1024 230 extract_create_leading_dirs = 1024
231}; 231};
232char *unarchive(FILE *src_stream, void *(*get_header)(FILE *), 232char *unarchive(FILE *src_stream, void *(*get_header)(FILE *),
233 const int extract_function, const char *prefix, char **extract_names); 233 const int extract_function, const char *prefix, char **extract_names);