From: Paul Eggert Date: Mon, 7 Nov 2005 05:11:40 +0000 (+0000) Subject: (xheader_store): Last arg here is void const *, too. X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=commitdiff_plain;h=3eec6b3f46142145eca8738473e16e42f7d403e4 (xheader_store): Last arg here is void const *, too. --- diff --git a/src/xheader.c b/src/xheader.c index 3167638..493a955 100644 --- a/src/xheader.c +++ b/src/xheader.c @@ -615,7 +615,8 @@ extended_header_init (void) } void -xheader_store (char const *keyword, struct tar_stat_info const *st, void *data) +xheader_store (char const *keyword, struct tar_stat_info const *st, + void const *data) { struct xhdr_tab const *t;