adapt to new iTasks layout
[mTask.git] / int / sds.h
index 38365ce..1cc5b3b 100644 (file)
--- a/int/sds.h
+++ b/int/sds.h
@@ -11,9 +11,9 @@ struct sds {
        bool used;
 };
 
-void sds_init();
-void sds_register();
-bool sds_update();
+void sds_init(void);
+void sds_register(void);
+bool sds_update(void);
 void sds_publish(int id);
 int sds_fetch(int id);
 void sds_store(int id, int val);