From: Tim Kientzle Date: Wed, 3 Nov 2010 05:50:42 +0000 (-0400) Subject: Declare a function that was omitted. X-Git-Tag: v3.0.0a~859 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79958fbb69da1afe20ee27c3b587fb3f88a8635c;p=thirdparty%2Flibarchive.git Declare a function that was omitted. SVN-Revision: 2779 --- diff --git a/libarchive/archive_entry.h b/libarchive/archive_entry.h index 553378c08..c84df2193 100644 --- a/libarchive/archive_entry.h +++ b/libarchive/archive_entry.h @@ -544,6 +544,8 @@ __LA_DECL void archive_entry_linkresolver_set_strategy( __LA_DECL void archive_entry_linkresolver_free(struct archive_entry_linkresolver *); __LA_DECL void archive_entry_linkify(struct archive_entry_linkresolver *, struct archive_entry **, struct archive_entry **); +__LA_DECL struct archive_entry *archive_entry_partial_links( + struct archive_entry_linkresolver *res, unsigned int *links); #ifdef __cplusplus }