From 315b33540a008fba0af1cdbad5d3448d98a6e73c Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Fri, 20 Apr 2012 23:10:22 +0200 Subject: Mark several functions static These are not needed outside of the corresponding compilation units. Spotted with "-Wmissing-prototypes". Signed-off-by: Lukas Fleischer --- src/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config.c') diff --git a/src/config.c b/src/config.c index 51a0792..30c98e1 100644 --- a/src/config.c +++ b/src/config.c @@ -327,7 +327,7 @@ config_serialize_str (char *dest, const char *val) * If ncurses library was compiled with --enable-ext-funcs, * then default color is -1. */ -void +static void config_color_theme_name (char *theme_name) { #define MAXCOLORS 8 -- cgit v1.2.3-54-g00ecf