summaryrefslogtreecommitdiff
path: root/send-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'send-test.c')
-rw-r--r--send-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/send-test.c b/send-test.c
index 4a53ae24..cb1f57de 100644
--- a/send-test.c
+++ b/send-test.c
@@ -325,7 +325,7 @@ static int print_update_extent(const char *path, u64 offset, u64 len,
return 0;
}
-struct btrfs_send_ops send_ops_print = {
+static struct btrfs_send_ops send_ops_print = {
.subvol = print_subvol,
.snapshot = print_snapshot,
.mkfile = print_mkfile,