]> Dogcows Code - chaz/tar/blobdiff - src/common.h
* src/tar.c (NS_PRECISION_FORMAT_MASK): New macro.
[chaz/tar] / src / common.h
index f288068cd0000a8b1eb35aacec8a5cd02b9df348..c1effd4d69f04ee225d31c5cb6dc98d7b986f4c0 100644 (file)
@@ -600,6 +600,7 @@ void request_stdin (const char *);
 void tar_stat_init (struct tar_stat_info *st);
 void tar_stat_destroy (struct tar_stat_info *st);
 void usage (int) __attribute__ ((noreturn));
+int tar_timespec_cmp (struct timespec a, struct timespec b);
 
 /* Module update.c.  */
 
@@ -611,7 +612,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.02545 seconds and 4 git commands to generate.