]> Dogcows Code - chaz/tar/blobdiff - src/common.h
tar: switch to gnulib fdutimensat module
[chaz/tar] / src / common.h
index e9088543894bea62c92d2a7093a424d92128c143..2bc1d712ba22e6875e9d886b59982e9c31dec874 100644 (file)
@@ -591,6 +591,8 @@ enum { BILLION = 1000000000, LOG10_BILLION = 9 };
 enum { TIMESPEC_STRSIZE_BOUND =
          UINTMAX_STRSIZE_BOUND + LOG10_BILLION + sizeof "-." - 1 };
 
+bool must_be_dot_or_slash (char const *);
+
 enum remove_option
 {
   ORDINARY_REMOVE_OPTION,
@@ -636,8 +638,8 @@ pid_t xfork (void);
 void xpipe (int fd[2]);
 
 void *page_aligned_alloc (void **ptr, size_t size);
-int set_file_atime (int fd, char const *file,
-                   struct timespec const timespec[2]);
+int set_file_atime (int fd, int parentfd, char const *file,
+                   struct timespec atime, int atflag);
 
 /* Module names.c.  */
 
This page took 0.021959 seconds and 4 git commands to generate.