diff options
Diffstat (limited to 'include/libzfs_impl.h')
-rw-r--r-- | include/libzfs_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libzfs_impl.h b/include/libzfs_impl.h index e9fd4cf41..276241e93 100644 --- a/include/libzfs_impl.h +++ b/include/libzfs_impl.h @@ -237,7 +237,7 @@ extern proto_table_t proto_table[PROTO_END]; extern int do_mount(const char *src, const char *mntpt, char *opts, int flags); extern int do_unmount(const char *mntpt, int flags); -extern int zfs_can_user_mount(void); +extern int zfs_mount_delegation_check(void); extern int zfs_share_proto(zfs_handle_t *zhp, zfs_share_proto_t *proto); extern int unshare_one(libzfs_handle_t *hdl, const char *name, const char *mountpoint, zfs_share_proto_t proto); |