]> Dogcows Code - chaz/tar/blobdiff - src/common.h
tar: switch to gnulib fdutimensat module
[chaz/tar] / src / common.h
index e0d8eb7a8aa90280620f82d7960e6ee89c88f614..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,
@@ -610,8 +612,6 @@ bool maybe_backup_file (const char *file_name, bool this_is_the_archive);
 void undo_last_backup (void);
 
 int deref_stat (bool deref, char const *name, struct stat *buf);
-int fd_utimensat (int fd, int parentfd, char const *file,
-                 struct timespec const ts[2], int atflag);
 
 extern int chdir_current;
 int chdir_arg (char const *dir);
This page took 0.022226 seconds and 4 git commands to generate.