]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Forward declare __archive_get_date in a dedicated internal header
authorBrad King <brad.king@kitware.com>
Wed, 21 Oct 2015 16:02:43 +0000 (12:02 -0400)
committerBrad King <brad.king@kitware.com>
Mon, 26 Oct 2015 14:20:47 +0000 (10:20 -0400)
commit3c445f393bb70b0a551680bd633dbf183a1efb54
tree64b078670ccd9ef996740e2f20970e93ab78ffcc
parent5474f3cf6236d8d4f96af61b26d53f3ab60f3be0
Forward declare __archive_get_date in a dedicated internal header

Avoid repeating the signature declaration in every source that uses it.
While at it, constify internal __archive_get_date implementation to
keep signatures consistent.
libarchive/CMakeLists.txt
libarchive/archive_getdate.c
libarchive/archive_getdate.h [new file with mode: 0644]
libarchive/archive_match.c
libarchive/test/test_archive_getdate.c
libarchive/test/test_archive_match_time.c