robustify task and sds initialization
[mTask.git] / int / task.h
index 8f51171..22a615c 100644 (file)
@@ -15,6 +15,7 @@ struct task {
        bool used;
 };
 
+void task_init();
 int task_register(int fd);
 void task_delete(int fd);
 struct task *task_get(int num);