summaryrefslogtreecommitdiff
path: root/libdiskfs/diskfs.h
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-04-30 18:38:49 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-04-30 18:38:49 +0000
commit52f7a4a390e760b34839111007005a9993843136 (patch)
tree42cc16b6283060aa2694cc24471201701ed945d0 /libdiskfs/diskfs.h
parentf766ebf1d662ec82a6cb7779379bb0337bc0d319 (diff)
(diskfs_init_completed): Delete function.
Diffstat (limited to 'libdiskfs/diskfs.h')
-rw-r--r--libdiskfs/diskfs.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libdiskfs/diskfs.h b/libdiskfs/diskfs.h
index 8ac89101..9268559a 100644
--- a/libdiskfs/diskfs.h
+++ b/libdiskfs/diskfs.h
@@ -449,11 +449,6 @@ vm_prot_t diskfs_max_user_pager_prot ();
NP is locked. */
struct pager *diskfs_get_filemap_pager_struct (struct node *np);
-/* The user may define this function if she calls diskfs_start_bootstrap.
- It is called by the library after the filesystem has a normal
- environment (complete with auth and proc ports). */
-void diskfs_init_completed ();
-
/* The user may define this function. It is called when the disk has been
changed from read-only to read-write mode or vice-versa. READONLY is the
new state (which is also reflected in DISKFS_READONLY). This function is