--- lbbs/include/str_process.h 2025/05/17 05:54:42 1.7 +++ lbbs/include/str_process.h 2025/06/14 02:58:11 1.9 @@ -19,8 +19,12 @@ #include +#define MAX_SPLIT_FILE_LINES 65536 + extern int split_line(const char *buffer, int max_display_len, int *p_eol, int *p_display_len); extern long split_data_lines(const char *p_buf, int max_display_len, long *p_line_offsets, long line_offsets_count); +extern int ctrl_seq_filter(char *buffer); + #endif //_STR_PROCESS_H_