X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fthreshold.c;h=45ee3b4d02c61b722419577ee607580dcdb4cb26;hb=1fc00932fd49fa535551cc4bba09c4e4be059ab4;hp=a5e50a22ffe5e9209049331155e6dc3f467014e9;hpb=218c57128f2e54960133cff3e774b5ef9944068a;p=collectd.git diff --git a/src/threshold.c b/src/threshold.c index a5e50a22..45ee3b4d 100644 --- a/src/threshold.c +++ b/src/threshold.c @@ -868,7 +868,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;