summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-13 19:50:24 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-13 19:50:24 +0800
commit6d6273c57b2a35a2d71c778de11643376b5eb015 (patch)
tree653af56c3c279496cef16884e95fad547b5df08a /include/proto.h
parentafd40b73c635e700c5ba4dda6a3e162c78ea52cd (diff)
downloadpttbbs-6d6273c57b2a35a2d71c778de11643376b5eb015.tar
pttbbs-6d6273c57b2a35a2d71c778de11643376b5eb015.tar.gz
pttbbs-6d6273c57b2a35a2d71c778de11643376b5eb015.tar.bz2
pttbbs-6d6273c57b2a35a2d71c778de11643376b5eb015.tar.lz
pttbbs-6d6273c57b2a35a2d71c778de11643376b5eb015.tar.xz
pttbbs-6d6273c57b2a35a2d71c778de11643376b5eb015.tar.zst
pttbbs-6d6273c57b2a35a2d71c778de11643376b5eb015.zip
- add calendar in login view
- add color help in calendar help - change param of more path to const git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4157 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/proto.h b/include/proto.h
index 7115a87d..a223ac78 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -419,9 +419,9 @@ void m_sob_brd(char *bname,char *fromdir);
#endif
/* old more */
-int more(char *fpath, int promptend);
+int more(const char *fpath, int promptend);
/* piaip's new pager, pmore.c */
-int pmore(char *fpath, int promptend);
+int pmore(const char *fpath, int promptend);
/* piaip's new telnet, telnet.c */
void telnet_init(void);
ssize_t tty_read(unsigned char *buf, size_t max);