From b5f44225b833a2fd07b4a7c77e33ae0c37e6a7d6 Mon Sep 17 00:00:00 2001 From: Andres Freund Date: Thu, 12 May 2022 09:10:03 -0700 Subject: Mark a few 'bbsink' related functions / variables static. Discussion: https://postgr.es/m/20220506234924.6mxxotl3xl63db3l@alap3.anarazel.de --- contrib/basebackup_to_shell/basebackup_to_shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/basebackup_to_shell/basebackup_to_shell.c') 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, -- cgit v1.2.3