From: Tim Kientzle Date: Thu, 3 Jun 2010 06:27:45 +0000 (-0400) Subject: archive_read_data_block is public, even in libarchive 3.0. X-Git-Tag: v3.0.0a~980 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a2f5048e265b66238cb72ffdec4b49c1651c4681;p=thirdparty%2Flibarchive.git archive_read_data_block is public, even in libarchive 3.0. SVN-Revision: 2441 --- 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