fct is internal
authorJean-Philippe Orsini <jeanfi@gmail.com>
Wed, 20 Jul 2011 08:22:17 +0000 (08:22 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Wed, 20 Jul 2011 08:22:17 +0000 (08:22 +0000)
src/lib/lmsensor.c
src/lib/lmsensor.h

index df788f6..48850f1 100644 (file)
@@ -99,7 +99,7 @@ void lmsensor_psensor_list_update(struct psensor **sensors)
        }
 }
 
-struct psensor *
+static struct psensor *
 lmsensor_psensor_create(const sensors_chip_name *chip,
                        const sensors_feature *feature,
                        int values_max_length)
index dce95a3..dbae386 100644 (file)
@@ -22,9 +22,6 @@
 
 #include <sensors/sensors.h>
 
-struct psensor *lmsensor_psensor_create(const sensors_chip_name *chip,
-                                       const sensors_feature *feature,
-                                       int values_max_length);
 void lmsensor_psensor_list_update(struct psensor **sensors);
 
 /*