diff options
Diffstat (limited to 'src/proto')
-rw-r--r-- | src/proto/vim9compile.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/vim9compile.pro b/src/proto/vim9compile.pro index 41c688721..0db5fc7fc 100644 --- a/src/proto/vim9compile.pro +++ b/src/proto/vim9compile.pro @@ -14,6 +14,6 @@ int check_vim9_unlet(char_u *name); int compile_def_function(ufunc_T *ufunc, int set_return_type, cctx_T *outer_cctx); void set_function_type(ufunc_T *ufunc); void delete_instr(isn_T *isn); -void delete_def_function(ufunc_T *ufunc); +void clear_def_function(ufunc_T *ufunc); void free_def_functions(void); /* vim: set ft=c : */ |