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