layout is working, now up to the communication
[mTask.git] / client / task.h
index bfa2f55..0ea1b99 100644 (file)
@@ -16,7 +16,7 @@ struct task {
 };
 
 void task_init(void);
-int task_register(void);
+void task_register(void);
 void task_delete(void);
 struct task *task_get(int num);