Commit d1561e90 d1561e90f0711dac76089ddf5ae12155974de089 by Sergey Poznyakoff

Fixed declaration of ml_reread, it did not match the changed proto.

1 parent 0cd30d2d
......@@ -295,7 +295,7 @@ restore_tty ()
#define LINE_INC 80
int
ml_reread (char *prompt, char **text)
ml_reread (const char *prompt, char **text)
{
int ch;
char *line;
......