robustify task and sds initialization
[mTask.git] / int / sds.h
index fbd9636..5e9644b 100644 (file)
--- a/int/sds.h
+++ b/int/sds.h
@@ -11,6 +11,7 @@ struct sds {
        bool used;
 };
 
+void sds_init();
 void sds_register(int fd);
 bool sds_update(int fd);
 void sds_publish(int id, int fd);