fix makefiles forgood
[mTask.git] / int / sds.h
index e58c072..1cc5b3b 100644 (file)
--- a/int/sds.h
+++ b/int/sds.h
@@ -11,7 +11,11 @@ struct sds {
        bool used;
 };
 
-void sds_register(int fd);
-bool sds_update(int fd);
+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);
 
 #endif