summaryrefslogtreecommitdiff
path: root/libarchive/archive_read_support_format_cab.c
diff options
context:
space:
mode:
authorAndres Mejia <amejia004@gmail.com>2012-09-21 20:23:25 -0400
committerAndres Mejia <amejia004@gmail.com>2012-09-27 14:04:23 -0400
commita5b03cc1c5c7c7af0f289324b799b7103d12f28b (patch)
tree2e8915801bccb0e1d26d6980a30c62df302fa11f /libarchive/archive_read_support_format_cab.c
parent66b1a0b7a3b543f2e6f5ae9d59f3de04b80134a0 (diff)
downloadlibarchive-a5b03cc1c5c7c7af0f289324b799b7103d12f28b.tar.gz
Implement function used to seek within data blocks.
This only implements seeking fully for uncompressed RAR files. Seeking is not implemented for compressed RAR files and for the other formats (ZIP, TAR, etc.).
Diffstat (limited to 'libarchive/archive_read_support_format_cab.c')
-rw-r--r--libarchive/archive_read_support_format_cab.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libarchive/archive_read_support_format_cab.c b/libarchive/archive_read_support_format_cab.c
index b6f08b4d..e383f408 100644
--- a/libarchive/archive_read_support_format_cab.c
+++ b/libarchive/archive_read_support_format_cab.c
@@ -382,6 +382,7 @@ archive_read_support_format_cab(struct archive *_a)
archive_read_format_cab_read_header,
archive_read_format_cab_read_data,
archive_read_format_cab_read_data_skip,
+ NULL,
archive_read_format_cab_cleanup);
if (r != ARCHIVE_OK)