Explorar o código

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

Paul Eggert %!s(int64=19) %!d(string=hai) anos
pai
achega
3eec6b3f46
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/xheader.c

+ 2 - 1
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;