summaryrefslogtreecommitdiff
path: root/src/proto
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-10-15 20:37:38 +0000
committerBram Moolenaar <Bram@vim.org>2006-10-15 20:37:38 +0000
commit685295c3c4ae9b81138458ce2890c1a55422d3bd (patch)
tree2224a868fbe5987b4e27cea94e6de3571c5c2c5c /src/proto
parentb47a2405931b9fffbf678d381c3be6ff19d6e749 (diff)
downloadvim-685295c3c4ae9b81138458ce2890c1a55422d3bd.zip
updated for version 7.0-135
Diffstat (limited to 'src/proto')
-rw-r--r--src/proto/eval.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/eval.pro b/src/proto/eval.pro
index b2c8200f9..292e563b3 100644
--- a/src/proto/eval.pro
+++ b/src/proto/eval.pro
@@ -44,7 +44,7 @@ extern void del_menutrans_vars __ARGS((void));
extern char_u *get_user_var_name __ARGS((expand_T *xp, int idx));
extern list_T *list_alloc __ARGS((void));
extern void list_unref __ARGS((list_T *l));
-extern void list_free __ARGS((list_T *l));
+extern void list_free __ARGS((list_T *l, int recurse));
extern dictitem_T *dict_lookup __ARGS((hashitem_T *hi));
extern int list_append_dict __ARGS((list_T *list, dict_T *dict));
extern int garbage_collect __ARGS((void));