--- lbbs/include/editor.h 2025/07/02 04:17:33 1.7 +++ lbbs/include/editor.h 2025/10/19 07:08:29 1.8 @@ -53,6 +53,6 @@ extern int editor_data_insert(EDITOR_DAT const char *str, int str_len, long *p_last_updated_line); extern int editor_data_delete(EDITOR_DATA *p_editor_data, long *p_display_line, long *p_offset, - long *p_last_updated_line); + long *p_last_updated_line, int del_line); #endif //_EDITOR_H_