From 1c163643a516facf3d2c0ad241ebf49c1519fc45 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 15 Jun 1994 22:42:03 +0000 Subject: entered into RCS --- libtrivfs/priv.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libtrivfs') diff --git a/libtrivfs/priv.h b/libtrivfs/priv.h index 8841adfa..e75e3644 100644 --- a/libtrivfs/priv.h +++ b/libtrivfs/priv.h @@ -24,9 +24,12 @@ /* For the sake of MiG. */ typedef struct trivfs_protid *trivfs_protid_t; +typedef struct trivfs_control *trivfs_control_t; struct trivfs_protid *_trivfs_begin_using_protid (mach_port_t); void _trivfs_end_using_protid (struct trivfs_protid *); +struct trivfs_control *_trivfs_begin_using_control (mach_port_t); +void _trivfs_end_using_control (struct trivfs_control *); #define TRIVFS_PRIV_H_INCLUDED #endif -- cgit v1.2.3