X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=include%2Fparser.h;h=89e1a5db1837eebeb35ef3f27c75ca6991652df0;hb=9dec35aae55c1d122523458b0c92ec1eea16fbdc;hp=14bb2322c598ffdcce18cd807b4492b01456605a;hpb=3b1d8241131284a13ca059f399d7113075daf351;p=smdp.git diff --git a/include/parser.h b/include/parser.h index 14bb232..89e1a5d 100644 --- a/include/parser.h +++ b/include/parser.h @@ -3,9 +3,9 @@ #include "markdown.h" -document_t *markdown_load(FILE *input); +deck_t *markdown_load(FILE *input); int markdown_analyse(cstring_t *text); -void markdown_debug(document_t *doc, int debug); +void markdown_debug(deck_t *deck, int debug); int is_utf8(char ch); int length_utf8(char ch); int next_nonblank(cstring_t *text, int i);