X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fcommon.h;h=79fa948bec5358f80333677ab4129f84a7de32e0;hb=f7ce5a4ec57028be0bdea6d45dce8fe1c23ec668;hp=2cca38cbdbfc6263210fb63ddb7fed58bac3e1ab;hpb=82e94dab6da1a6a22bafea07ab85f5aa14a68dd6;p=chaz%2Ftar diff --git a/src/common.h b/src/common.h index 2cca38c..79fa948 100644 --- a/src/common.h +++ b/src/common.h @@ -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);