summaryrefslogtreecommitdiff
path: root/src/proto/eval.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-01-25 22:03:25 +0000
committerBram Moolenaar <Bram@vim.org>2005-01-25 22:03:25 +0000
commit495de9c1ae4689130e7274c3b10c9228d4e2eebd (patch)
treed9fddb069b717ea00da7e259e486902d90db410f /src/proto/eval.pro
parent6ebb114c0c83aca3312aa482e2a2cc33432d440f (diff)
downloadvim-git-495de9c1ae4689130e7274c3b10c9228d4e2eebd.tar.gz
updated for version 7.0044
Diffstat (limited to 'src/proto/eval.pro')
-rw-r--r--src/proto/eval.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/proto/eval.pro b/src/proto/eval.pro
index 19d993552..c570fb4a6 100644
--- a/src/proto/eval.pro
+++ b/src/proto/eval.pro
@@ -42,8 +42,9 @@ char_u *v_throwpoint __ARGS((char_u *oldval));
char_u *set_cmdarg __ARGS((exarg_T *eap, char_u *oldarg));
char_u *get_var_value __ARGS((char_u *name));
void new_script_vars __ARGS((scid_T id));
-void vars_init __ARGS((hashtable *ht));
-void vars_clear __ARGS((hashtable *ht));
+void vars_init __ARGS((hashtab_T *ht));
+void init_var_dict __ARGS((dict_T *dict, dictitem_T *dict_var));
+void vars_clear __ARGS((hashtab_T *ht));
void ex_echo __ARGS((exarg_T *eap));
void ex_echohl __ARGS((exarg_T *eap));
void ex_execute __ARGS((exarg_T *eap));