summaryrefslogtreecommitdiffstats
path: root/include/zfs_prop.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/zfs_prop.h')
-rw-r--r--include/zfs_prop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zfs_prop.h b/include/zfs_prop.h
index a63262311..5e7d3f55a 100644
--- a/include/zfs_prop.h
+++ b/include/zfs_prop.h
@@ -120,7 +120,7 @@ int zprop_index_to_string(int, uint64_t, const char **, zfs_type_t);
uint64_t zprop_random_value(int, uint64_t, zfs_type_t);
const char *zprop_values(int, zfs_type_t);
size_t zprop_width(int, boolean_t *, zfs_type_t);
-boolean_t zprop_valid_for_type(int, zfs_type_t);
+boolean_t zprop_valid_for_type(int, zfs_type_t, boolean_t);
#ifdef __cplusplus
}