X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=headers%2Fparser.h;h=950e560517bfbc593273786df7084a7920f6528f;hb=fad59c5fb6ea2c0f71928bf1479aaf6678615814;hp=f2a96322d4f557a499fcf6eabb3e6636a1f00deb;hpb=7c9d33c1eb0eb97911c7d1cd073cb70b53dedf62;p=taskasaur.git diff --git a/headers/parser.h b/headers/parser.h index f2a9632..950e560 100644 --- a/headers/parser.h +++ b/headers/parser.h @@ -2,6 +2,7 @@ #include #include #include +#include #include typedef enum SubTaskState { @@ -34,6 +35,5 @@ typedef struct Board { int todolist_count; } Board; - extern Board* begin_parse(char* board_path);