--- lbbs/include/str_process.h 2025/05/29 09:44:01 1.8 +++ lbbs/include/str_process.h 2025/06/14 02:58:11 1.9 @@ -25,4 +25,6 @@ extern int split_line(const char *buffer 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_