]> git.cworth.org Git - tar/blob - lib/utimens.h
improve the cleanup script to actually have a chance of working
[tar] / lib / utimens.h
1 #include <time.h>
2 int gl_futimens (int, char const *, struct timespec const [2]);
3 int utimens (char const *, struct timespec const [2]);