diff options
| author | Michael I. Bushnell <mib@gnu.org> | 1994-05-24 22:04:20 +0000 |
|---|---|---|
| committer | Michael I. Bushnell <mib@gnu.org> | 1994-05-24 22:04:20 +0000 |
| commit | dc854ae8434dee06a998428c7806eb2219fa24a8 (patch) | |
| tree | 8bcb37fda3d3105f89116ee49c53338118e0f082 /libtrivfs | |
| parent | 8440e7dd0e8c05d860f37a92ce10d0c2607af40d (diff) | |
Formerly priv.h.~3~
Diffstat (limited to 'libtrivfs')
| -rw-r--r-- | libtrivfs/priv.h | 4 |
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 + |
