X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=headers%2Fparser.h;h=41520b771cefe4dc029e8814fb96145d8550fe79;hb=82204679646dbb05f22adf6dca9bca18943ea9f6;hp=950e560517bfbc593273786df7084a7920f6528f;hpb=fad59c5fb6ea2c0f71928bf1479aaf6678615814;p=taskasaur.git diff --git a/headers/parser.h b/headers/parser.h index 950e560..41520b7 100644 --- a/headers/parser.h +++ b/headers/parser.h @@ -1,4 +1,7 @@ +#ifndef __PARSER_H__ +#define __PARSER_H__ + #include #include #include @@ -37,3 +40,6 @@ typedef struct Board { extern Board* begin_parse(char* board_path); +extern void log_todo(Board* board); + +#endif