include: Remove duplicate lzc_send_space prototype

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ryan Moeller <ryan.moeller@klarasystems.com>
Closes #18463
This commit is contained in:
Ryan Moeller
2026-04-25 18:07:16 -04:00
committed by GitHub
parent 2d7ed99145
commit 2a9a70a2af
-2
View File
@@ -93,8 +93,6 @@ _LIBZFS_CORE_H int lzc_send(const char *, const char *, int,
enum lzc_send_flags); enum lzc_send_flags);
_LIBZFS_CORE_H int lzc_send_resume(const char *, const char *, int, _LIBZFS_CORE_H int lzc_send_resume(const char *, const char *, int,
enum lzc_send_flags, uint64_t, uint64_t); enum lzc_send_flags, uint64_t, uint64_t);
_LIBZFS_CORE_H int lzc_send_space(const char *, const char *,
enum lzc_send_flags, uint64_t *);
struct dmu_replay_record; struct dmu_replay_record;