From a2f5048e265b66238cb72ffdec4b49c1651c4681 Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Thu, 3 Jun 2010 02:27:45 -0400 Subject: [PATCH] archive_read_data_block is public, even in libarchive 3.0. SVN-Revision: 2441 --- libarchive/archive_read.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libarchive/archive_read.c b/libarchive/archive_read.c index 3397c0344..450f9dbf2 100644 --- a/libarchive/archive_read.c +++ b/libarchive/archive_read.c @@ -737,7 +737,7 @@ static int archive_read_data_block64(struct archive *_a, const void **buff, size_t *size, int64_t *offset) #else -static int +int archive_read_data_block(struct archive *_a, const void **buff, size_t *size, int64_t *offset) #endif -- 2.47.3