From 4f2fb5564eea8d21c2dc70df9fe24425373fcb56 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 30 Apr 1996 18:40:11 +0000 Subject: (_diskfs_init_completed): New declaration. --- libdiskfs/priv.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libdiskfs') diff --git a/libdiskfs/priv.h b/libdiskfs/priv.h index 7148c8c7..b76abb65 100644 --- a/libdiskfs/priv.h +++ b/libdiskfs/priv.h @@ -65,6 +65,10 @@ end_using_protid_port (struct protid *cred) error_t _diskfs_rdwr_internal (struct node *np, char *data, off_t offset, size_t *amt, int dir, int notime); +/* Called when we have a real user environment (complete with proc + and auth ports). */ +void _diskfs_init_completed (void); + /* Clean routine for control port. */ void _diskfs_control_clean (void *); -- cgit v1.2.3