X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fthreshold.c;h=c1af40b81e019e967026cf43c3e40be1a97954c1;hb=73326703f6cc6d7edd6ab8d8224840ed0a8f1963;hp=a70ec8af441f723a1f381b50c8215c6e9c01b89b;hpb=a740ee048e2dd48b007714123fc6ee47669379c4;p=collectd.git 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;