summaryrefslogtreecommitdiffstats
path: root/mbbsd/read.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/read.c')
-rw-r--r--mbbsd/read.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/read.c b/mbbsd/read.c
index f4c2a4b2..2ead1834 100644
--- a/mbbsd/read.c
+++ b/mbbsd/read.c
@@ -433,7 +433,7 @@ select_read(keeploc_t * locmem, int sr_mode)
}
static int
-i_read_key(onekey_t * rcmdlist, keeploc_t * locmem,
+i_read_key(const onekey_t * rcmdlist, keeploc_t * locmem,
int bid, int bottom_line)
{
int mode = DONOTHING, num, new_top=10;
@@ -746,7 +746,7 @@ get_records_and_bottom(char *direct, fileheader_t* headers,
void
i_read(int cmdmode, char *direct, void (*dotitle) (),
- void (*doentry) (), onekey_t * rcmdlist, int bidcache)
+ void (*doentry) (), const onekey_t * rcmdlist, int bidcache)
{
keeploc_t *locmem = NULL;
int recbase = 0, mode;