From 2a9a70a2afcadf61507959ad26f31da32cde9114 Mon Sep 17 00:00:00 2001 From: Ryan Moeller Date: Sat, 25 Apr 2026 18:07:16 -0400 Subject: [PATCH] include: Remove duplicate lzc_send_space prototype Reviewed-by: Brian Behlendorf Signed-off-by: Ryan Moeller Closes #18463 --- include/libzfs_core.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/libzfs_core.h b/include/libzfs_core.h index deb810230b4..22f190913c9 100644 --- a/include/libzfs_core.h +++ b/include/libzfs_core.h @@ -93,8 +93,6 @@ _LIBZFS_CORE_H int lzc_send(const char *, const char *, int, enum lzc_send_flags); _LIBZFS_CORE_H int lzc_send_resume(const char *, const char *, int, 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;