X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;ds=sidebyside;f=include%2Fparser.h;h=99f68ff7cef1783a10284bcd1f00af6bcb5c44f7;hb=70165fdb849ddf3d5c0977caa119915186c7baa4;hp=4eb9dfe1558f536c1c13cde541f83c5b450d474f;hpb=b723e39232abc7632311eb06d7046c214ee05b51;p=smdp.git diff --git a/include/parser.h b/include/parser.h index 4eb9dfe..99f68ff 100644 --- a/include/parser.h +++ b/include/parser.h @@ -45,7 +45,7 @@ deck_t *markdown_load(FILE *input); int markdown_analyse(cstring_t *text); void markdown_debug(deck_t *deck, int debug); -int is_utf8(char ch); +bool is_utf8(char ch); int length_utf8(char ch); int next_nonblank(cstring_t *text, int i); int prev_blank(cstring_t *text, int i);