summaryrefslogtreecommitdiff
path: root/usr/src/common/zfs/zfs_deleg.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/common/zfs/zfs_deleg.h')
-rw-r--r--usr/src/common/zfs/zfs_deleg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/common/zfs/zfs_deleg.h b/usr/src/common/zfs/zfs_deleg.h
index 9a5daf2438..ef6b53473b 100644
--- a/usr/src/common/zfs/zfs_deleg.h
+++ b/usr/src/common/zfs/zfs_deleg.h
@@ -47,11 +47,11 @@ extern "C" {
#define ZFS_DELEG_NA '-'
extern char *zfs_deleg_perm_tab[];
-int zfs_deleg_type(char *attr);
int zfs_deleg_verify_nvlist(nvlist_t *nvlist);
-void zfs_deleg_whokey(char *attr, char type,
+void zfs_deleg_whokey(char *attr, zfs_deleg_who_type_t type,
char checkflag, void *data);
+const char *zfs_deleg_canonicalize_perm(const char *perm);
#ifdef __cplusplus
}