diff options
Diffstat (limited to 'contrib/basebackup_to_shell/basebackup_to_shell.c')
-rw-r--r-- | contrib/basebackup_to_shell/basebackup_to_shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/basebackup_to_shell/basebackup_to_shell.c b/contrib/basebackup_to_shell/basebackup_to_shell.c index fd462a8ff4d..a279219966d 100644 --- a/contrib/basebackup_to_shell/basebackup_to_shell.c +++ b/contrib/basebackup_to_shell/basebackup_to_shell.c @@ -50,7 +50,7 @@ static void bbsink_shell_begin_manifest(bbsink *sink); static void bbsink_shell_manifest_contents(bbsink *sink, size_t len); static void bbsink_shell_end_manifest(bbsink *sink); -const bbsink_ops bbsink_shell_ops = { +static const bbsink_ops bbsink_shell_ops = { .begin_backup = bbsink_forward_begin_backup, .begin_archive = bbsink_shell_begin_archive, .archive_contents = bbsink_shell_archive_contents, |