summaryrefslogtreecommitdiff
path: root/libnetfs/netfs.h
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-03-18 19:41:09 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-03-18 19:41:09 +0000
commit1cbaa743ce4674d9b7cff62b482296fd6946bffc (patch)
tree0ce25acf54cd67df6fae79c4bbb76745cf11a020 /libnetfs/netfs.h
parentd0cc8075120e7d90236e382f7bf0ff293d1d3d54 (diff)
(netfs_startup): Add declaration.
Diffstat (limited to 'libnetfs/netfs.h')
-rw-r--r--libnetfs/netfs.h2
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;