X-Git-Url: https://git.danieliu.xyz/?p=taskasaur.git;a=blobdiff_plain;f=headers%2Fparser.h;h=4542eed8288e5c7310848d282a6f806382d317d0;hp=950e560517bfbc593273786df7084a7920f6528f;hb=b9f6674ee02c6eb557f2b4a1032774729aa67af0;hpb=fad59c5fb6ea2c0f71928bf1479aaf6678615814 diff --git a/headers/parser.h b/headers/parser.h index 950e560..4542eed 100644 --- a/headers/parser.h +++ b/headers/parser.h @@ -37,3 +37,5 @@ typedef struct Board { extern Board* begin_parse(char* board_path); +extern void log_todo(Board* board); +