summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
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);