2 * Copyright 2002-2012 Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
13 time_t actime
; /* access time */
14 time_t modtime
; /* modification time */
22 int utime(const char *path
, const struct utimbuf
*buffer
);
24 #endif /* _UTIME_H_ */