--- lbbs/include/str_process.h 2025/05/03 06:25:17 1.1 +++ lbbs/include/str_process.h 2025/05/08 08:05:58 1.4 @@ -9,7 +9,7 @@ * * * 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 2 of the License, or * + * the Free Software Foundation; either version 3 of the License, or * * (at your option) any later version. * * * ***************************************************************************/ @@ -19,8 +19,8 @@ #include -extern int split_line(const char *buffer, int max_len, int *p_eol); +extern unsigned int split_line(const char *buffer, int max_len, int *p_eol, int *p_display_len); -extern int split_file_lines(FILE *fin, int max_len, long *p_line_offsets, int max_line_cnt); +extern unsigned int split_file_lines(FILE *fin, int max_len, long *p_line_offsets, int max_line_cnt); #endif //_STR_PROCESS_H_