(xheader_store): Last arg here is void const *, too.

This commit is contained in:
Paul Eggert
2005-11-07 05:11:40 +00:00
parent 60f8dd83b8
commit 3eec6b3f46

View File

@@ -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;