summaryrefslogtreecommitdiffstats
path: root/src/proto.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-07-29 22:36:03 +0000
committerBram Moolenaar <Bram@vim.org>2005-07-29 22:36:03 +0000
commit4be06f9e1b7ccde37f783e09b6ae35f69aa67995 (patch)
tree4f1e3168c803127f244be4c79d3fc032dda6dca6 /src/proto.h
parent661b1820956743fd67f957f8dbbc45a93fe38dc9 (diff)
updated for version 7.0119v7.0119
Diffstat (limited to 'src/proto.h')
-rw-r--r--src/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto.h b/src/proto.h
index 1102432afb..7541ce32c1 100644
--- a/src/proto.h
+++ b/src/proto.h
@@ -120,6 +120,7 @@ int
_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"