diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-10-15 20:37:38 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-10-15 20:37:38 +0000 |
commit | 685295c3c4ae9b81138458ce2890c1a55422d3bd (patch) | |
tree | 2224a868fbe5987b4e27cea94e6de3571c5c2c5c /src/proto | |
parent | b47a2405931b9fffbf678d381c3be6ff19d6e749 (diff) | |
download | vim-685295c3c4ae9b81138458ce2890c1a55422d3bd.zip |
updated for version 7.0-135
Diffstat (limited to 'src/proto')
-rw-r--r-- | src/proto/eval.pro | 2 |
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)); |