summaryrefslogtreecommitdiffstats
path: root/src/proto/typval.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto/typval.pro')
-rw-r--r--src/proto/typval.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/typval.pro b/src/proto/typval.pro
index db8f94ebb0..3f577adf78 100644
--- a/src/proto/typval.pro
+++ b/src/proto/typval.pro
@@ -52,6 +52,7 @@ int check_for_list_or_dict_or_blob_arg(typval_T *args, int idx);
int check_for_list_or_dict_or_blob_or_string_arg(typval_T *args, int idx);
int check_for_opt_buffer_or_dict_arg(typval_T *args, int idx);
int check_for_object_arg(typval_T *args, int idx);
+int tv_class_alias(typval_T *tv);
int check_for_class_or_list_arg(typval_T *args, int idx);
char_u *tv_get_string(typval_T *varp);
char_u *tv_get_string_strict(typval_T *varp);