X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=include%2Fmarkdown.h;h=4d5105c268324f17d94f9c50fffd19c691880cd6;hb=c8c3b3d8b2755bddb5c9562ead12d659c31f3090;hp=ee6dff73b918f0e8ebe8d3e1518959b51f8472ed;hpb=5ef15d236a390f60d3bfb435325c6b40e3bfede2;p=smdp.git diff --git a/include/markdown.h b/include/markdown.h index ee6dff7..4d5105c 100644 --- a/include/markdown.h +++ b/include/markdown.h @@ -49,6 +49,7 @@ page_t *next_page(page_t *prev); document_t *new_document(); int is_utf8(char ch); int next_nonblank(cstring_t *text, int i); +int next_blank(cstring_t *text, int i); document_t *markdown_load(FILE *input); #endif // !defined( MARKDOWN_H )