X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=include%2Fparser.h;h=4eb9dfe1558f536c1c13cde541f83c5b450d474f;hb=c6516c715699de465423de60089efee1ec5857e1;hp=1a113e035bb1687762497ea028b707adba8c22ef;hpb=618df4fd72bc78c3012a0987ab9e7183a404b20c;p=smdp.git diff --git a/include/parser.h b/include/parser.h index 1a113e0..4eb9dfe 100644 --- a/include/parser.h +++ b/include/parser.h @@ -48,6 +48,7 @@ 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); +int prev_blank(cstring_t *text, int i); int next_blank(cstring_t *text, int i); int next_word(cstring_t *text, int i);