Parent Directory
|
Revision Log
|
Patch
| Revision 1.3 by sysadm, Tue May 6 05:31:26 2025 UTC | Revision 1.4 by sysadm, Thu May 15 14:17:53 2025 UTC | |
|---|---|---|
| # | Line 38 extern int str_input(char *buffer, int b | Line 38 extern int str_input(char *buffer, int b |
| 38 | ||
| 39 | extern int get_data(int row, int col, char *prompt, char *buffer, int buffer_length, int echo_mode); | extern int get_data(int row, int col, char *prompt, char *buffer, int buffer_length, int echo_mode); |
| 40 | ||
| extern int display_file(const char *filename); | ||
| 41 | extern int display_file_ex(const char *filename, int begin_line, int wait); | extern int display_file_ex(const char *filename, int begin_line, int wait); |
| 42 | ||
| 43 | extern int show_top(char *status); | extern int show_top(char *status); |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |