diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libzfs_core.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libzfs_core.h b/include/libzfs_core.h index e67e4a130..0dfbca72b 100644 --- a/include/libzfs_core.h +++ b/include/libzfs_core.h @@ -81,6 +81,9 @@ int lzc_receive_with_header(const char *, nvlist_t *, const char *, boolean_t, int lzc_receive_one(const char *, nvlist_t *, const char *, boolean_t, boolean_t, int, const struct dmu_replay_record *, int, uint64_t *, uint64_t *, uint64_t *, nvlist_t **); +int lzc_receive_with_cmdprops(const char *, nvlist_t *, nvlist_t *, + const char *, boolean_t, boolean_t, int, const struct dmu_replay_record *, + int, uint64_t *, uint64_t *, uint64_t *, nvlist_t **); boolean_t lzc_exists(const char *); |