From fdb00095f0ee4865f096ed5e067574047d580da9 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 11 Jul 1994 18:49:00 +0000 Subject: entered into RCS --- libtrivfs/trivfs.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libtrivfs/trivfs.h') diff --git a/libtrivfs/trivfs.h b/libtrivfs/trivfs.h index bd1f882d..bbaa5f05 100644 --- a/libtrivfs/trivfs.h +++ b/libtrivfs/trivfs.h @@ -130,3 +130,9 @@ int trivfs_demuxer (mach_msg_header_t *, mach_msg_header_t *); call which creade this filesystem. */ error_t trivfs_goaway (int flags, mach_port_t realnode, int cntltype, int protidtype); + +/* Call this to set atime for the node to the current time. */ +error_t trivfs_set_atime (struct trivfs_control *cntl); + +/* Call this to set mtime for the node to the current time. */ +error_t trivfs_set_mtime (struct trivfs_control *cntl); -- cgit v1.2.3