X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fsensors.c;h=37d335c9da71f2e7f6fc71dbc491734214e07960;hb=8af74098eb65ff4c0c0cc65dfaa40973fe741a63;hp=209482e09f88e37a536641bda22d71e2d71810b4;hpb=a05485da75ec42a9aa38354e0d0364885b1ecad9;p=collectd.git diff --git a/src/sensors.c b/src/sensors.c index 209482e0..37d335c9 100644 --- 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;