diff options
Diffstat (limited to 'include/libzfs_core.h')
-rw-r--r-- | include/libzfs_core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libzfs_core.h b/include/libzfs_core.h index 7acc03fc7..b826e94c4 100644 --- a/include/libzfs_core.h +++ b/include/libzfs_core.h @@ -86,6 +86,7 @@ enum lzc_send_flags { LZC_SEND_FLAG_SAVED = 1 << 4, }; +_LIBZFS_CORE_H int lzc_send_wrapper(int (*)(int, void *), int, void *); _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, |