diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-06-15 22:40:56 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-06-15 22:40:56 +0000 |
commit | 30dd2af892cd91290f59480f8f01eac1244134b6 (patch) | |
tree | 934166970a884e35bb7cfefefafe5573ba1720bb /libtrivfs/fsmutations.h | |
parent | 73dd9493cf83759c10ef6853dd6778b7449cf7e1 (diff) |
Formerly fsmutations.h.~4~
Diffstat (limited to 'libtrivfs/fsmutations.h')
-rw-r--r-- | libtrivfs/fsmutations.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libtrivfs/fsmutations.h b/libtrivfs/fsmutations.h index 5c8c9ac8..d5f78102 100644 --- a/libtrivfs/fsmutations.h +++ b/libtrivfs/fsmutations.h @@ -23,6 +23,9 @@ #define IO_INTRAN trivfs_protid_t _trivfs_begin_using_protid (io_t) #define IO_DESTRUCTOR _trivfs_end_using_protid (trivfs_protid_t) +#define FSYS_INTRAN trivfs_control_t _trivfs_begin_using_control (fsys_t) +#define FSYS_DESTRUCTOR _trivfs_end_using_control (trivfs_control_t) + #define SERVERPREFIX trivfs_S_ #define FILE_IMPORTS import "priv.h"; |