--- lbbs/include/lml.h 2025/09/30 03:02:06 1.2 +++ lbbs/include/lml.h 2025/11/01 07:00:27 1.6 @@ -18,7 +18,10 @@ #define _LML_H_ #include +#include -extern int lml_plain(const char *str_in, char *str_out, int buf_len, int lml_tag); +extern clock_t lml_total_exec_duration; // For testing purpose + +extern int lml_render(const char *str_in, char *str_out, int buf_len, int width, int quote_mode); #endif //_LML_H_