summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/proto.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/proto.h b/include/proto.h
index 6bcc7783..54c4d547 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -522,13 +522,14 @@ int log_user(const char *fmt, ...) GCC_CHECK_FORMAT(1,2);
time4_t gettime(int line, time4_t dt, const char* head);
void setcalfile(char *buf, char *userid);
int show_file(const char *filename, int y, int lines, int mode);
-int cursor_key(int row, int column);
-int search_num(int ch, int max);
+int show_80x24_screen(const char *filename);
+int cursor_key(int row, int column);
+int search_num(int ch, int max);
void setuserfile(char *buf, const char *fname);
void setbdir(char *buf, const char *boardname);
void setaidfile(char *buf, const char *bn, aidu_t aidu);
char *subject(char *title);
-int str_checksum(const char *str);
+int str_checksum(const char *str);
void show_help(const char * const helptext[]);
void show_helpfile(const char * helpfile);
void cursor_clear(int row, int column);