coreutils/lib/utimens.h
2004-11-23 20:41:51 +00:00

4 lines
138 B
C

#include "timespec.h"
int futimens (int, char const *, struct timespec const [2]);
int utimens (char const *, struct timespec const [2]);