Code

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 a70ec8af441f723a1f381b50c8215c6e9c01b89b..c1af40b81e019e967026cf43c3e40be1a97954c1 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;