]> Dogcows Code - chaz/tar/commitdiff
(xheader_store): Last arg is void const *.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 7 Nov 2005 05:11:55 +0000 (05:11 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 7 Nov 2005 05:11:55 +0000 (05:11 +0000)
src/common.h

index f288068cd0000a8b1eb35aacec8a5cd02b9df348..4ac5d62592563e299421df9f0f577ad6db719837 100644 (file)
@@ -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);
This page took 0.025393 seconds and 4 git commands to generate.