summaryrefslogtreecommitdiff
path: root/nsmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'nsmux.h')
-rw-r--r--nsmux.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/nsmux.h b/nsmux.h
index 8c6082fd1..38cf8c810 100644
--- a/nsmux.h
+++ b/nsmux.h
@@ -238,4 +238,8 @@ kern_return_t
netfs_S_file_get_translator_cntl
(struct protid *user, mach_port_t * cntl, mach_msg_type_name_t * cntltype);
/*---------------------------------------------------------------------------*/
+/* Shutdown the filesystem; flags are as for fsys_goaway. */
+error_t
+netfs_shutdown (int flags);
+/*---------------------------------------------------------------------------*/
#endif /*__NSMUX_H__*/