summaryrefslogtreecommitdiffstats
path: root/include/zfs_comutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/zfs_comutil.h')
-rw-r--r--include/zfs_comutil.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/zfs_comutil.h b/include/zfs_comutil.h
index f89054388..8cc098ada 100644
--- a/include/zfs_comutil.h
+++ b/include/zfs_comutil.h
@@ -20,7 +20,7 @@
*/
/*
* Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
- * Copyright (c) 2012 by Delphix. All rights reserved.
+ * Copyright (c) 2012, 2017 by Delphix. All rights reserved.
*/
#ifndef _ZFS_COMUTIL_H
@@ -34,7 +34,7 @@ extern "C" {
#endif
extern boolean_t zfs_allocatable_devs(nvlist_t *);
-extern void zpool_get_rewind_policy(nvlist_t *, zpool_rewind_policy_t *);
+extern void zpool_get_load_policy(nvlist_t *, zpool_load_policy_t *);
extern int zfs_zpl_version_map(int spa_version);
extern int zfs_spa_version_map(int zpl_version);