]> git.cworth.org Git - tar/blobdiff - lib/utimens.h
Preserve timestamp of symlinks when extracting (if utimensat available)
[tar] / lib / utimens.h
index 169521da73ac357719dc00032aed6e38d2883450..625785c9ddaa55ee21581a5f0933f60036d47203 100644 (file)
@@ -1,3 +1,3 @@
 #include <time.h>
-int gl_futimens (int, char const *, struct timespec const [2]);
-int utimens (char const *, struct timespec const [2]);
+int gl_futimens (int, char const *, struct timespec const [2], int flags);
+int utimens (char const *, struct timespec const [2], int flags);