]> Dogcows Code - chaz/tar/commitdiff
(xheader_store): Changed prototype.
authorSergey Poznyakoff <gray@gnu.org.ua>
Mon, 1 Dec 2003 21:19:01 +0000 (21:19 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Mon, 1 Dec 2003 21:19:01 +0000 (21:19 +0000)
src/common.h

index 2cca38cbdbfc6263210fb63ddb7fed58bac3e1ab..12b056871b5198ce689fc0309e85bf4010263837 100644 (file)
@@ -618,7 +618,7 @@ void update_archive (void);
 /* Module xheader.c.  */
 
 void xheader_decode (struct tar_stat_info *);
-void xheader_store (char const *, struct tar_stat_info const *);
+void xheader_store (char const *, struct tar_stat_info const *, void *);
 void xheader_read (union block *, size_t);
 void xheader_finish (struct xheader *);
 void xheader_destroy (struct xheader *);
This page took 0.022088 seconds and 4 git commands to generate.