summaryrefslogtreecommitdiff
path: root/libtrivfs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-06-15 22:42:03 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-06-15 22:42:03 +0000
commit1c163643a516facf3d2c0ad241ebf49c1519fc45 (patch)
treeeb08f6711a1daf9aa463b46e144a8b8621d86745 /libtrivfs
parent30dd2af892cd91290f59480f8f01eac1244134b6 (diff)
entered into RCS
Diffstat (limited to 'libtrivfs')
-rw-r--r--libtrivfs/priv.h3
1 files changed, 3 insertions, 0 deletions
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