summaryrefslogtreecommitdiff
path: root/libdiskfs/priv.h
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-04-30 18:40:11 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-04-30 18:40:11 +0000
commit4f2fb5564eea8d21c2dc70df9fe24425373fcb56 (patch)
tree2764be7199f06042a1442c61463f29ab0faa7b70 /libdiskfs/priv.h
parent52f7a4a390e760b34839111007005a9993843136 (diff)
(_diskfs_init_completed): New declaration.
Diffstat (limited to 'libdiskfs/priv.h')
-rw-r--r--libdiskfs/priv.h4
1 files changed, 4 insertions, 0 deletions
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 *);