some init stuff
[taskasaur.git] / headers / parser.h
index f2a9632..4542eed 100644 (file)
@@ -2,6 +2,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <assert.h>
 #include <md4c.h>
 
 typedef enum SubTaskState {
@@ -34,6 +35,7 @@ typedef struct Board {
     int todolist_count;
 } Board;
 
-
 extern Board* begin_parse(char* board_path);
 
+extern void log_todo(Board* board);
+