work on writing
[taskasaur.git] / headers / parser.h
index 41520b7..4506364 100644 (file)
@@ -39,6 +39,7 @@ typedef struct Board {
 } Board;
 
 extern Board* begin_parse(char* board_path);
+extern int begin_write(Board* Board);
 
 extern void log_todo(Board* board);