X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fsensors.c;h=dc6a2101778ca4677e06d2f75dc954a294103672;hb=1fc00932fd49fa535551cc4bba09c4e4be059ab4;hp=f5b09bd29be1c501fd2a807b78eb753f14683a56;hpb=791e99923dbbf045b11fbd7b0ea8df647e29593e;p=collectd.git diff --git a/src/sensors.c b/src/sensors.c index f5b09bd2..dc6a2101 100644 --- a/src/sensors.c +++ b/src/sensors.c @@ -265,7 +265,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;