flag fct as static
[psensor.git] / src / libpsensor_json / psensor_json.h
index c97e6f6..cde92f0 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2010-2011 wpitchoune@gmail.com
+    Copyright (C) 2010-2011 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 published by
@@ -24,9 +24,7 @@
 
 #include "psensor.h"
 
-json_object *sensor_to_json_object(struct psensor *s);
 char *sensor_to_json_string(struct psensor *s);
 char *sensors_to_json_string(struct psensor **sensors);
 
-
 #endif