diff options
Diffstat (limited to 'include')
-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 0fc704501..4a4b9191c 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -239,7 +239,7 @@ enum extract_functions_e { | |||
239 | extract_unconditional = 512, | 239 | extract_unconditional = 512, |
240 | extract_create_leading_dirs = 1024 | 240 | extract_create_leading_dirs = 1024 |
241 | }; | 241 | }; |
242 | char *unarchive(FILE *src_stream, file_header_t *(*get_header)(FILE *), | 242 | char *unarchive(FILE *src_stream, FILE *out_stream, file_header_t *(*get_header)(FILE *), |
243 | const int extract_function, const char *prefix, char **extract_names); | 243 | const int extract_function, const char *prefix, char **extract_names); |
244 | char *deb_extract(const char *package_filename, FILE *out_stream, const int extract_function, | 244 | char *deb_extract(const char *package_filename, FILE *out_stream, const int extract_function, |
245 | const char *prefix, const char *filename); | 245 | const char *prefix, const char *filename); |