diff options
Diffstat (limited to 'include/libzfs.h')
-rw-r--r-- | include/libzfs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/libzfs.h b/include/libzfs.h index 1b9eea15b..8b348746a 100644 --- a/include/libzfs.h +++ b/include/libzfs.h @@ -852,8 +852,6 @@ int zfs_smb_acl_rename(libzfs_handle_t *, char *, char *, char *, char *); extern int zpool_enable_datasets(zpool_handle_t *, const char *, int); extern int zpool_disable_datasets(zpool_handle_t *, boolean_t); -extern int zfs_remap_indirects(libzfs_handle_t *hdl, const char *); - #ifdef __cplusplus } #endif |