diff -r 528b377af3c0 -r 6309c3c0a28f usr/src/lib/libzfs/common/libzfs.h --- a/usr/src/lib/libzfs/common/libzfs.h Mon Feb 11 08:20:23 2008 -0800 +++ b/usr/src/lib/libzfs/common/libzfs.h Mon Feb 11 11:57:00 2008 -0800 @@ -20,7 +20,7 @@ */ /* - * Copyright 2007 Sun Microsystems, Inc. All rights reserved. + * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -466,6 +466,7 @@ zfs_deleg_who_type_t, zfs_deleg_inherit_t, nvlist_t **nvlist_t); extern int zfs_perm_get(zfs_handle_t *, zfs_allow_t **); extern void zfs_free_allows(zfs_allow_t *); +extern void zfs_deleg_permissions(void); /* * Mount support functions.