summaryrefslogtreecommitdiff
path: root/libarchive/archive_read_support_format_ar.c
diff options
context:
space:
mode:
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>2009-01-26 09:27:50 -0500
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>2009-01-26 09:27:50 -0500
commit6943997e8a3884678d7cceacb56c87959a4a2df9 (patch)
treebd67edaaa87d8c6800b833bcfa3c4dc0771d024d /libarchive/archive_read_support_format_ar.c
parentd29386477d48963c3b2842c0706ac46b94a352ab (diff)
downloadlibarchive-6943997e8a3884678d7cceacb56c87959a4a2df9.tar.gz
Implement format/filter/compressor option frame work.
SVN-Revision: 491
Diffstat (limited to 'libarchive/archive_read_support_format_ar.c')
-rw-r--r--libarchive/archive_read_support_format_ar.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libarchive/archive_read_support_format_ar.c b/libarchive/archive_read_support_format_ar.c
index dac52c92..b82cb812 100644
--- a/libarchive/archive_read_support_format_ar.c
+++ b/libarchive/archive_read_support_format_ar.c
@@ -105,7 +105,9 @@ archive_read_support_format_ar(struct archive *_a)
r = __archive_read_register_format(a,
ar,
+ "ar",
archive_read_format_ar_bid,
+ NULL,
archive_read_format_ar_read_header,
archive_read_format_ar_read_data,
archive_read_format_ar_skip,