--- lbbs/include/lml.h 2025/10/05 05:00:50 1.3 +++ lbbs/include/lml.h 2025/10/30 07:51:47 1.5 @@ -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 width, int quote_mode); #endif //_LML_H_