summaryrefslogtreecommitdiff
path: root/src/proto.h
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2005-07-29 22:36:03 +0000
committervimboss <devnull@localhost>2005-07-29 22:36:03 +0000
commitcf1770350a5c7e5adee7d7b10e4152e652c9cdcb (patch)
tree4f1e3168c803127f244be4c79d3fc032dda6dca6 /src/proto.h
parentd87807fc051d66df5c5663584a5076a9428699dd (diff)
downloadvim-cf1770350a5c7e5adee7d7b10e4152e652c9cdcb.tar.gz
updated for version 7.0119v7.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 1102432a..7541ce32 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"