--- lbbs/include/editor.h 2025/06/09 15:41:09 1.2 +++ lbbs/include/editor.h 2025/06/10 06:48:23 1.3 @@ -47,7 +47,7 @@ extern void editor_data_cleanup(EDITOR_D extern int editor_display(EDITOR_DATA *p_editor_data); -extern int editor_data_insert(EDITOR_DATA *p_editor_data, long display_line, long offset, +extern int editor_data_insert(EDITOR_DATA *p_editor_data, long *p_display_line, long *p_offset, const char *str, int str_len, long *p_last_updated_line); extern int editor_data_delete(EDITOR_DATA *p_editor_data, long display_line, long offset,