add color to CODE, H1 and H2
[smdp.git] / include / parser.h
index f7e6847..da63fa1 100644 (file)
@@ -13,5 +13,6 @@ 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);
+int next_word(cstring_t *text, int i);
 
 #endif // !defined( PARSER_H )