summaryrefslogtreecommitdiffstats
path: root/src/proto/vim9type.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto/vim9type.pro')
-rw-r--r--src/proto/vim9type.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/vim9type.pro b/src/proto/vim9type.pro
index 98c6091e98..d5e4d4816a 100644
--- a/src/proto/vim9type.pro
+++ b/src/proto/vim9type.pro
@@ -13,6 +13,7 @@ int func_type_add_arg_types(type_T *functype, int argcount, garray_T *type_gap);
int type_any_or_unknown(type_T *type);
int need_convert_to_bool(type_T *type, typval_T *tv);
type_T *typval2type(typval_T *tv, int copyID, garray_T *type_gap, int flags);
+int valid_declaration_type(type_T *type);
type_T *typval2type_vimvar(typval_T *tv, garray_T *type_gap);
int check_typval_arg_type(type_T *expected, typval_T *actual_tv, char *func_name, int arg_idx);
int check_typval_type(type_T *expected, typval_T *actual_tv, where_T where);