summaryrefslogtreecommitdiff
path: root/mu/shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'mu/shell.c')
-rw-r--r--mu/shell.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mu/shell.c b/mu/shell.c
index 1112dc7c4..9baceb1ab 100644
--- a/mu/shell.c
+++ b/mu/shell.c
@@ -412,13 +412,14 @@ shell_history (int argc, char **argv)
#else
# define finish_readline()
-# define mutool_initialize_readline (const char *name)
+# define mutool_initialize_readline(name)
char *
readline (char *prompt)
{
static size_t size = 0;
static char *buf = NULL;
+ size_t n;
if (prompt)
{

Return to:

Send suggestions and report system problems to the System administrator.