diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-07-29 22:36:03 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-07-29 22:36:03 +0000 |
commit | 4be06f9e1b7ccde37f783e09b6ae35f69aa67995 (patch) | |
tree | 4f1e3168c803127f244be4c79d3fc032dda6dca6 /src/proto.h | |
parent | 661b1820956743fd67f957f8dbbc45a93fe38dc9 (diff) | |
download | vim-4be06f9e1b7ccde37f783e09b6ae35f69aa67995.zip |
updated for version 7.0119
Diffstat (limited to 'src/proto.h')
-rw-r--r-- | src/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto.h b/src/proto.h index 1102432af..7541ce32c 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" |