summaryrefslogtreecommitdiffstats
path: root/src/ex_getln.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-06-24 23:07:47 +0000
committerBram Moolenaar <Bram@vim.org>2005-06-24 23:07:47 +0000
commit1ec484f58e9fef3666e80aa835d99a287c155911 (patch)
tree0481a24509748a218d3abb861103c9c385b6f75e /src/ex_getln.c
parent0a5fe2140db2e6688a7ef42031a21d8293038715 (diff)
updated for version 7.0092
Diffstat (limited to 'src/ex_getln.c')
-rw-r--r--src/ex_getln.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ex_getln.c b/src/ex_getln.c
index 51b2f251c9..86da1aa88a 100644
--- a/src/ex_getln.c
+++ b/src/ex_getln.c
@@ -55,7 +55,6 @@ static int hisnum[HIST_COUNT] = {0, 0, 0, 0, 0};
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 @@ static char *(history_names[]) =
* 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 */