diff options
Diffstat (limited to 'usr/src/uts/common/nfs/nfs.h')
-rw-r--r-- | usr/src/uts/common/nfs/nfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/nfs/nfs.h b/usr/src/uts/common/nfs/nfs.h index eda293574e..03c32254b7 100644 --- a/usr/src/uts/common/nfs/nfs.h +++ b/usr/src/uts/common/nfs/nfs.h @@ -931,6 +931,7 @@ extern void nfsauth_fini(); extern int nfs_setopts(vnode_t *vp, model_t model, struct nfs_args *args); extern int nfs_mount_label_policy(vfs_t *vfsp, struct netbuf *addr, struct knetconfig *knconf, cred_t *cr); +extern boolean_t nfs_has_ctty(void); extern void nfs_srv_stop_all(void); extern void nfs_srv_quiesce_all(void); extern void (*nfs_srv_quiesce_func)(void); |