updated for version 7.0119
diff --git a/src/proto.h b/src/proto.h
index 1102432..7541ce3 100644
--- a/src/proto.h
+++ b/src/proto.h
@@ -120,6 +120,7 @@
 _RTLENTRYF
 #  endif
 vim_snprintf __ARGS((char *, size_t, char *, ...));
+int vim_vsnprintf(char *str, size_t str_m, char *fmt, va_list ap, typval_T *tvs);
 # endif
 
 # include "message.pro"