--- lbbs/include/lml.h 2025/10/05 07:38:51 1.4 +++ lbbs/include/lml.h 2025/11/04 13:49:50 1.7 @@ -1,24 +1,19 @@ -/*************************************************************************** - lml.h - description - ------------------- - Copyright : (C) 2004-2025 by Leaflet - Email : leaflet@leafok.com - ***************************************************************************/ - -/*************************************************************************** - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 3 of the License, or * - * (at your option) any later version. * - * * - ***************************************************************************/ +/* SPDX-License-Identifier: GPL-3.0-or-later */ +/* + * lml + * - LML render + * + * Copyright (C) 2004-2025 by Leaflet + */ #ifndef _LML_H_ #define _LML_H_ #include +#include + +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 quote_mode); +extern int lml_render(const char *str_in, char *str_out, int buf_len, int width, int quote_mode); #endif //_LML_H_