summaryrefslogtreecommitdiff
path: root/usr/src/lib/libshare/common/libshare.h
diff options
context:
space:
mode:
authordougm <none@none>2007-05-07 16:12:42 -0700
committerdougm <none@none>2007-05-07 16:12:42 -0700
commit6733190958bbcc0bd6d1d601e7ae0a6994dafb45 (patch)
tree10f31ce7e31ce61f8bdc6b0b454cf9865af6792e /usr/src/lib/libshare/common/libshare.h
parentafc7d54587eb70585fcc35b5f933cc1ed713d87a (diff)
downloadillumos-joyent-6733190958bbcc0bd6d1d601e7ae0a6994dafb45.tar.gz
6491973 sharemgr: zfs set sharenfs=on is slow with lots of zfs filesystems
Diffstat (limited to 'usr/src/lib/libshare/common/libshare.h')
-rw-r--r--usr/src/lib/libshare/common/libshare.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/lib/libshare/common/libshare.h b/usr/src/lib/libshare/common/libshare.h
index 81de25f910..754ef61c69 100644
--- a/usr/src/lib/libshare/common/libshare.h
+++ b/usr/src/lib/libshare/common/libshare.h
@@ -170,8 +170,8 @@ extern sa_optionset_t sa_get_derived_optionset(void *, char *, int);
extern void sa_free_derived_optionset(sa_optionset_t);
/* property functions */
-extern sa_optionset_t sa_get_property(sa_optionset_t, char *);
-extern sa_optionset_t sa_get_next_property(sa_group_t);
+extern sa_property_t sa_get_property(sa_optionset_t, char *);
+extern sa_property_t sa_get_next_property(sa_group_t);
extern char *sa_get_property_attr(sa_property_t, char *);
extern sa_property_t sa_create_property(char *, char *);
extern int sa_add_property(void *, sa_property_t);