Add comment for bool.
[smdp.git] / include / parser.h
index 4eb9dfe..99f68ff 100644 (file)
@@ -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);