From: uid65697 Date: Thu, 25 Dec 2003 10:18:25 +0000 (+0000) Subject: (sys_stat_nanoseconds): New function X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=2a027394ef1a266445e3e43bf6d609881a188204;hp=278a8945a668348b1e0b31b6ee7c718909db20b2;p=chaz%2Ftar (sys_stat_nanoseconds): New function --- 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);