]> Dogcows Code - chaz/tar/blobdiff - src/common.h
(dump_file0): Use sys_stat_nanoseconds().
[chaz/tar] / src / common.h
index 2cca38cbdbfc6263210fb63ddb7fed58bac3e1ab..79fa948bec5358f80333677ab4129f84a7de32e0 100644 (file)
@@ -618,13 +618,14 @@ 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 *);
 
 /* Module system.c */
 
+void sys_stat_nanoseconds (struct tar_stat_info *stat);
 void sys_detect_dev_null_output (void);
 void sys_save_archive_dev_ino (void);
 void sys_drain_input_pipe (void);
This page took 0.023352 seconds and 4 git commands to generate.