From: Ruben Kerkhof Date: Mon, 29 Feb 2016 22:27:36 +0000 (+0100) Subject: threshold.c: mark ut_config as static X-Git-Tag: collectd-5.5.2~6^2~32^2~10 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=73326703f6cc6d7edd6ab8d8224840ed0a8f1963;hp=a740ee048e2dd48b007714123fc6ee47669379c4;p=collectd.git threshold.c: mark ut_config as static --- 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;