From 73326703f6cc6d7edd6ab8d8224840ed0a8f1963 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Mon, 29 Feb 2016 23:27:36 +0100 Subject: [PATCH] threshold.c: mark ut_config as static --- src/threshold.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/threshold.c b/src/threshold.c index a70ec8af..c1af40b8 100644 --- a/src/threshold.c +++ b/src/threshold.c @@ -958,7 +958,7 @@ static int ut_missing (const value_list_t *vl, return (0); } /* }}} int ut_missing */ -int ut_config (oconfig_item_t *ci) +static int ut_config (oconfig_item_t *ci) { /* {{{ */ int i; int status = 0; -- 2.11.0