projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf6600e
)
sensors: mark sensors_free_features as static
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Mon, 29 Feb 2016 22:42:17 +0000
(23:42 +0100)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Mon, 29 Feb 2016 22:42:17 +0000
(23:42 +0100)
src/sensors.c
patch
|
blob
|
history
diff --git
a/src/sensors.c
b/src/sensors.c
index
209482e
..
37d335c
100644
(file)
--- a/
src/sensors.c
+++ b/
src/sensors.c
@@
-262,7
+262,7
@@
static int sensors_config (const char *key, const char *value)
return (0);
}
-void sensors_free_features (void)
+
static
void sensors_free_features (void)
{
featurelist_t *thisft;
featurelist_t *nextft;