updated copyright to 2013
[psensor.git] / src / rsensor.h
index a2deeb8..312f4a1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2011 jeanfi@gmail.com
+ * Copyright (C) 2010-2013 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
@@ -27,5 +27,6 @@ struct psensor **get_remote_sensors(const char *server_url,
 void remote_psensor_list_update(struct psensor **sensors);
 
 void rsensor_init();
+void rsensor_cleanup();
 
 #endif