summaryrefslogtreecommitdiff
path: root/src/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto.h')
-rw-r--r--src/proto.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/proto.h b/src/proto.h
index 655b72cac..8570af947 100644
--- a/src/proto.h
+++ b/src/proto.h
@@ -119,6 +119,12 @@ int
# ifdef __BORLANDC__
_RTLENTRYF
# endif
+smsg_attr_keep(int, char_u *, ...);
+
+int
+# ifdef __BORLANDC__
+_RTLENTRYF
+# endif
vim_snprintf_add(char *, size_t, char *, ...)
#ifdef USE_PRINTF_FORMAT_ATTRIBUTE
__attribute__((format(printf, 3, 4)))