updated for version 7.0092
diff --git a/src/ex_getln.c b/src/ex_getln.c
index 51b2f25..86da1aa 100644
--- a/src/ex_getln.c
+++ b/src/ex_getln.c
@@ -55,7 +55,6 @@
static int hislen = 0; /* actual length of history tables */
static int hist_char2type __ARGS((int c));
-static void init_history __ARGS((void));
static int in_history __ARGS((int, char_u *, int));
# ifdef FEAT_EVAL
@@ -4423,7 +4422,7 @@
* init_history() - Initialize the command line history.
* Also used to re-allocate the history when the size changes.
*/
- static void
+ void
init_history()
{
int newlen; /* new length of history table */