summaryrefslogtreecommitdiff
path: root/libtrivfs/priv.h
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-05-24 22:04:20 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-05-24 22:04:20 +0000
commitdc854ae8434dee06a998428c7806eb2219fa24a8 (patch)
tree8bcb37fda3d3105f89116ee49c53338118e0f082 /libtrivfs/priv.h
parent8440e7dd0e8c05d860f37a92ce10d0c2607af40d (diff)
Formerly priv.h.~3~
Diffstat (limited to 'libtrivfs/priv.h')
-rw-r--r--libtrivfs/priv.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libtrivfs/priv.h b/libtrivfs/priv.h
index 57979fb4..8841adfa 100644
--- a/libtrivfs/priv.h
+++ b/libtrivfs/priv.h
@@ -25,5 +25,9 @@
/* For the sake of MiG. */
typedef struct trivfs_protid *trivfs_protid_t;
+struct trivfs_protid *_trivfs_begin_using_protid (mach_port_t);
+void _trivfs_end_using_protid (struct trivfs_protid *);
+
#define TRIVFS_PRIV_H_INCLUDED
#endif
+