From b33ea7c90a1b22ea133f9aada442055c32e11b67 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 9 Jun 2024 11:21:17 +0200 Subject: Add missing ‘static’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cbs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cbs.h b/cbs.h index ede7146..2ec6247 100644 --- a/cbs.h +++ b/cbs.h @@ -52,7 +52,7 @@ enum pkg_config_flags { PC_STATIC = 1 << 3, }; -void cbsinit(int, char **); +static void cbsinit(int, char **); static void rebuild(const char *); /* Always call via macro wrapper */ #define rebuild() rebuild(__FILE__) -- cgit v1.2.3