code style
[psensor.git] / src / lib / lmsensor.h
index 3763ccd..86e6eac 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2011 jeanfi@gmail.com
+ * Copyright (C) 2010-2014 jeanfi@gmail.com
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
@@ -19,8 +19,6 @@
 #ifndef _PSENSOR_LMSENSOR_H_
 #define _PSENSOR_LMSENSOR_H_
 
-#include <sensors/sensors.h>
-
 void lmsensor_psensor_list_update(struct psensor **sensors);
 
 /*
@@ -29,8 +27,8 @@ void lmsensor_psensor_list_update(struct psensor **sensors);
   Returns the new allocated list of sensors if sensors have been added
   otherwise returns 'sensors'. The list is 'NULL' terminated.
  */
-struct psensor **lmsensor_psensor_list_add(struct psensor **sensors,
-                                          int values_max_length);
+struct psensor **
+lmsensor_psensor_list_add(struct psensor **sensors, int values_max_length);
 
 void lmsensor_init();
 void lmsensor_cleanup();