diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-07-11 18:49:00 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-07-11 18:49:00 +0000 |
commit | fdb00095f0ee4865f096ed5e067574047d580da9 (patch) | |
tree | 26e4fb46df5a16a53a900735490293be92a5a25d /libtrivfs/trivfs.h | |
parent | b0f111c28d822223c73ced5a23b07bd93844e0f5 (diff) |
entered into RCS
Diffstat (limited to 'libtrivfs/trivfs.h')
-rw-r--r-- | libtrivfs/trivfs.h | 6 |
1 files changed, 6 insertions, 0 deletions
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); |