projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a740ee0
)
threshold.c: mark ut_config as static
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Mon, 29 Feb 2016 22:27:36 +0000
(23:27 +0100)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Mon, 29 Feb 2016 22:27:36 +0000
(23:27 +0100)
src/threshold.c
patch
|
blob
|
history
diff --git
a/src/threshold.c
b/src/threshold.c
index
a70ec8a
..
c1af40b
100644
(file)
--- 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;