move debug function to parser.c
[smdp.git] / include / parser.h
index 7ade17c..14bb232 100644 (file)
@@ -5,7 +5,9 @@
 
 document_t *markdown_load(FILE *input);
 int markdown_analyse(cstring_t *text);
+void markdown_debug(document_t *doc, int debug);
 int is_utf8(char ch);
+int length_utf8(char ch);
 int next_nonblank(cstring_t *text, int i);
 int next_blank(cstring_t *text, int i);