]> git.cworth.org Git - gzip/blob - lib/utimens.h
77f30d333987354b716d732c601a7ababafa4065
[gzip] / lib / utimens.h
1 #include <time.h>
2 int gz_futimens (int, char const *, struct timespec const [2]);
3 int utimens (char const *, struct timespec const [2]);