X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Fcommon.h;h=79fa948bec5358f80333677ab4129f84a7de32e0;hb=fc184a85e1cc0a75f8f034a9940e090555bc95bd;hp=12b056871b5198ce689fc0309e85bf4010263837;hpb=4dcf7987f8af01af6d665716892381160f3a667a;p=chaz%2Ftar diff --git a/src/common.h b/src/common.h index 12b0568..79fa948 100644 --- a/src/common.h +++ b/src/common.h @@ -625,6 +625,7 @@ 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);