avoid to use cpp in code
[psensor.git] / src / rsensor.h
index 8567177..9aa0dd6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2012 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
@@ -26,7 +26,7 @@ struct psensor **get_remote_sensors(const char *server_url,
 
 void remote_psensor_list_update(struct psensor **sensors);
 
-void rsensor_init();
-void rsensor_cleanup();
+void rsensor_init(void);
+void rsensor_cleanup(void);
 
 #endif