Parent Directory
|
Revision Log
|
Patch
| Revision 1.7 by sysadm, Wed Jul 2 04:17:33 2025 UTC | Revision 1.8 by sysadm, Sun Oct 19 07:08:29 2025 UTC | |
|---|---|---|
| # | Line 53 extern int editor_data_insert(EDITOR_DAT | Line 53 extern int editor_data_insert(EDITOR_DAT |
| 53 | const char *str, int str_len, long *p_last_updated_line); | const char *str, int str_len, long *p_last_updated_line); |
| 54 | ||
| 55 | extern int editor_data_delete(EDITOR_DATA *p_editor_data, long *p_display_line, long *p_offset, | extern int editor_data_delete(EDITOR_DATA *p_editor_data, long *p_display_line, long *p_offset, |
| 56 | long *p_last_updated_line); | long *p_last_updated_line, int del_line); |
| 57 | ||
| 58 | #endif //_EDITOR_H_ | #endif //_EDITOR_H_ |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |