(xheader_store): Last arg here is void const *, too.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user