From: Paul Eggert Date: Mon, 7 Nov 2005 05:11:55 +0000 (+0000) Subject: (xheader_store): Last arg is void const *. X-Git-Tag: alpha_1_15_90~134 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=06379466c1a2cbf525f7e91e38256674f2bd4c30;p=debian%2Ftar (xheader_store): Last arg is void const *. --- diff --git a/src/common.h b/src/common.h index f288068c..4ac5d625 100644 --- a/src/common.h +++ b/src/common.h @@ -611,7 +611,7 @@ void update_archive (void); void xheader_decode (struct tar_stat_info *); void xheader_decode_global (void); -void xheader_store (char const *, struct tar_stat_info const *, void *); +void xheader_store (char const *, struct tar_stat_info const *, void const *); void xheader_read (union block *, size_t); void xheader_write (char type, char *name, struct xheader *xhdr); void xheader_write_global (void);