summaryrefslogtreecommitdiff
path: root/send-stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'send-stream.h')
-rw-r--r--send-stream.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/send-stream.h b/send-stream.h
index 92230187..17bc6692 100644
--- a/send-stream.h
+++ b/send-stream.h
@@ -57,7 +57,8 @@ struct btrfs_send_ops {
};
int btrfs_read_and_process_send_stream(int fd,
- struct btrfs_send_ops *ops, void *user);
+ struct btrfs_send_ops *ops, void *user,
+ int honor_end_cmd);
#ifdef __cplusplus
}