]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Declare a function that was omitted.
authorTim Kientzle <kientzle@gmail.com>
Wed, 3 Nov 2010 05:50:42 +0000 (01:50 -0400)
committerTim Kientzle <kientzle@gmail.com>
Wed, 3 Nov 2010 05:50:42 +0000 (01:50 -0400)
SVN-Revision: 2779

libarchive/archive_entry.h

index 553378c08093c55334d08269235b8e691b54c57e..c84df219381775edf0e610d8c7da04e18d39cf2a 100644 (file)
@@ -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
 }