From 31df8101ffd982b539635d9eb095ae76d3b6930f Mon Sep 17 00:00:00 2001 From: kcwu Date: Sat, 19 Mar 2005 13:03:23 +0000 Subject: const qualifier git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2656 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/proto.h b/include/proto.h index a721356b..e16da190 100644 --- a/include/proto.h +++ b/include/proto.h @@ -463,7 +463,7 @@ int othello_main(void); int main_railway(void); /* read */ -void i_read(int cmdmode, char *direct, void (*dotitle)(), void (*doentry)(), const onekey_t *rcmdlist, int bidcache); +void i_read(int cmdmode, const char *direct, void (*dotitle)(), void (*doentry)(), const onekey_t *rcmdlist, int bidcache); void fixkeep(const char *s, int first); keeploc_t *getkeep(const char *s, int def_topline, int def_cursline); int Tagger(time4_t chrono, int recno, int mode); -- cgit v1.2.3