summaryrefslogtreecommitdiff
path: root/libtrivfs
diff options
context:
space:
mode:
Diffstat (limited to 'libtrivfs')
-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
+