X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Fcommon.h;h=4ac5d62592563e299421df9f0f577ad6db719837;hb=06379466c1a2cbf525f7e91e38256674f2bd4c30;hp=f288068cd0000a8b1eb35aacec8a5cd02b9df348;hpb=588232f8599d8fa9bee25da781721feca72327d0;p=chaz%2Ftar diff --git a/src/common.h b/src/common.h index f288068..4ac5d62 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);