diff options
author | Roland McGrath <roland@gnu.org> | 1994-10-07 22:02:21 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-10-07 22:02:21 +0000 |
commit | 99333fa11a299acc182ed20dfc907622399deeba (patch) | |
tree | 999e6066dc1d7d33f8315f97b4e659d95c3a4004 /libdiskfs | |
parent | de59b4fcd2ef52ea2e8693682661afdc4f8a4645 (diff) |
entered into RCS
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/diskfs.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libdiskfs/diskfs.h b/libdiskfs/diskfs.h index 0c3d3143..17bf89dd 100644 --- a/libdiskfs/diskfs.h +++ b/libdiskfs/diskfs.h @@ -484,8 +484,9 @@ void diskfs_spawn_first_thread (void); /* Once diskfs_root_node is set, call this if we are a bootstrap filesystem. If you call this, then the library will call - diskfs_init_completed once it has a valid proc and auth port.*/ -void diskfs_start_bootstrap (void); + diskfs_init_completed once it has a valid proc and auth port. + ARGV (the address) is supplied to the proc server. */ +void diskfs_start_bootstrap (char **argv); /* Last step of init is to call this, which never returns. */ void diskfs_main_request_loop (void); |