--- lbbs/include/lml.h 2025/10/05 05:00:50 1.3 +++ lbbs/include/lml.h 2025/10/05 07:38:51 1.4 @@ -19,6 +19,6 @@ #include -extern int lml_render(const char *str_in, char *str_out, int buf_len, int lml_tag); +extern int lml_render(const char *str_in, char *str_out, int buf_len, int quote_mode); #endif //_LML_H_