threshold.c: mark ut_config as static
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Mon, 29 Feb 2016 22:27:36 +0000 (23:27 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Mon, 29 Feb 2016 22:27:36 +0000 (23:27 +0100)
src/threshold.c

index a70ec8a..c1af40b 100644 (file)
@@ -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;