diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libzfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libzfs.h b/include/libzfs.h index 67f4bf4b4..d74bf6b10 100644 --- a/include/libzfs.h +++ b/include/libzfs.h @@ -838,6 +838,7 @@ extern int zpool_fru_set(zpool_handle_t *, uint64_t, const char *); extern boolean_t is_mpath_whole_disk(const char *); extern void update_vdev_config_dev_strs(nvlist_t *); extern char *zfs_strip_partition(char *); +extern char *zfs_strip_partition_path(char *); #ifdef HAVE_LIBUDEV struct udev_device; |