From: Joerg Sonnenberger Date: Tue, 6 Dec 2016 14:22:29 +0000 (+0100) Subject: Don't recommend deprecated functions. X-Git-Tag: v3.3.0~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee1299ea8e4d91480352d3a180c46dded67f8131;p=thirdparty%2Flibarchive.git Don't recommend deprecated functions. --- diff --git a/libarchive/archive.h b/libarchive/archive.h index 3a9369084..c67685802 100644 --- a/libarchive/archive.h +++ b/libarchive/archive.h @@ -373,7 +373,7 @@ typedef const char *archive_passphrase_callback(struct archive *, * 4) Repeatedly call archive_read_next_header to get information about * successive archive entries. Call archive_read_data to extract * data for entries of interest. - * 5) Call archive_read_finish to end processing. + * 5) Call archive_read_free to end processing. */ __LA_DECL struct archive *archive_read_new(void);