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 --- mbbsd/read.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd') diff --git a/mbbsd/read.c b/mbbsd/read.c index 4860a569..1b35b953 100644 --- a/mbbsd/read.c +++ b/mbbsd/read.c @@ -800,7 +800,7 @@ get_records_and_bottom(char *direct, fileheader_t* headers, } void -i_read(int cmdmode, char *direct, void (*dotitle) (), +i_read(int cmdmode, const char *direct, void (*dotitle) (), void (*doentry) (), const onekey_t * rcmdlist, int bidcache) { keeploc_t *locmem = NULL; -- cgit v1.2.3