summaryrefslogtreecommitdiff
path: root/libarchive/archive_read_private.h
diff options
context:
space:
mode:
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>2012-10-04 09:18:30 +0900
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>2012-10-05 09:45:05 +0900
commit40722a255fe8f25a6a8dcd9d66fda49478756b17 (patch)
treeb424a5777e2299c409b17847d2bf94c736b52404 /libarchive/archive_read_private.h
parent275000dfda9ef9e7b22a31aad0c46d7c8b98d294 (diff)
downloadlibarchive-40722a255fe8f25a6a8dcd9d66fda49478756b17.tar.gz
Make a filter program be called with its arguments.
Diffstat (limited to 'libarchive/archive_read_private.h')
-rw-r--r--libarchive/archive_read_private.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libarchive/archive_read_private.h b/libarchive/archive_read_private.h
index 4d956a08..03a7733f 100644
--- a/libarchive/archive_read_private.h
+++ b/libarchive/archive_read_private.h
@@ -226,4 +226,8 @@ int64_t __archive_read_filter_seek(struct archive_read_filter *, int64_t, int);
int64_t __archive_read_consume(struct archive_read *, int64_t);
int64_t __archive_read_filter_consume(struct archive_read_filter *, int64_t);
int __archive_read_program(struct archive_read_filter *, const char *);
+int __archive_read_programl(struct archive_read_filter *, const char *,
+ const char *, .../*, (char *)0 */);
+int __archive_read_programv(struct archive_read_filter *, const char *,
+ char * const argv[]);
#endif