summaryrefslogtreecommitdiffstats
path: root/src/ex_docmd.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-06-24 23:01:23 +0000
committerBram Moolenaar <Bram@vim.org>2005-06-24 23:01:23 +0000
commit0a5fe2140db2e6688a7ef42031a21d8293038715 (patch)
treec4a543636157a7e148ef789201f0f6373f8b548e /src/ex_docmd.c
parentc4def13f8bc6631add3b10bb84783acca72795ae (diff)
updated for version 7.0092
Diffstat (limited to 'src/ex_docmd.c')
-rw-r--r--src/ex_docmd.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/ex_docmd.c b/src/ex_docmd.c
index fa94424f62..af3e7f9bfe 100644
--- a/src/ex_docmd.c
+++ b/src/ex_docmd.c
@@ -46,7 +46,6 @@ static garray_T ucmds = {0, 0, sizeof(ucmd_T), 4, NULL};
static void do_ucmd __ARGS((exarg_T *eap));
static void ex_command __ARGS((exarg_T *eap));
-static void ex_comclear __ARGS((exarg_T *eap));
static void ex_delcommand __ARGS((exarg_T *eap));
# ifdef FEAT_CMDL_COMPL
static char_u *get_user_command_name __ARGS((int idx));
@@ -5390,12 +5389,10 @@ ex_command(eap)
/*
* ":comclear"
- */
-/*ARGSUSED*/
-/*
* Clear all user commands, global and for current buffer.
*/
- static void
+/*ARGSUSED*/
+ void
ex_comclear(eap)
exarg_T *eap;
{