diff options
-rw-r--r-- | libnetfs/netfs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libnetfs/netfs.h b/libnetfs/netfs.h index 1fee37e2..b2384976 100644 --- a/libnetfs/netfs.h +++ b/libnetfs/netfs.h @@ -285,6 +285,8 @@ error_t netfs_unparse_runtime_options (char **argz, size_t *argz_len); /* Definitions provided by netfs. */ struct node *netfs_make_node (struct netnode *); +mach_port_t netfs_startup (mach_port_t, int); + extern spin_lock_t netfs_node_refcnt_lock; extern int netfs_maxsymlinks; |