X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=inline;f=src%2Fthreshold.c;h=ed8312992b437c9984d6885309bc972f1450fb4d;hb=9c1acd10074995f6ec95eca6664c4bce4b7d7c1b;hp=b753d37445166c4facfdd9facf2cabbf8e4fa1be;hpb=28fa063b625c772f45c99b618f498715fb98474b;p=collectd.git diff --git a/src/threshold.c b/src/threshold.c index b753d374..ed831299 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;