/[LeafOK_CVS]/lbbs/include/editor.h
ViewVC logotype

Diff of /lbbs/include/editor.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.2 by sysadm, Mon Jun 9 15:41:09 2025 UTC Revision 1.3 by sysadm, Tue Jun 10 06:48:23 2025 UTC
# Line 47  extern void editor_data_cleanup(EDITOR_D Line 47  extern void editor_data_cleanup(EDITOR_D
47    
48  extern int editor_display(EDITOR_DATA *p_editor_data);  extern int editor_display(EDITOR_DATA *p_editor_data);
49    
50  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,
51                                                            const char *str, int str_len, long *p_last_updated_line);                                                            const char *str, int str_len, long *p_last_updated_line);
52    
53  extern int editor_data_delete(EDITOR_DATA *p_editor_data, long display_line, long offset,  extern int editor_data_delete(EDITOR_DATA *p_editor_data, long display_line, long offset,


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1