summaryrefslogtreecommitdiff
path: root/src/proto.h
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2005-05-19 20:53:52 +0000
committervimboss <devnull@localhost>2005-05-19 20:53:52 +0000
commit17a0f76f62c5de9ff809a81ac24cb21267e77066 (patch)
treed010b277d0d66dadbe78a5d80b164ef0d79a49c2 /src/proto.h
parent12675472b0fe729a3b7d74ddb4d4193a30320cb6 (diff)
downloadvim-17a0f76f62c5de9ff809a81ac24cb21267e77066.tar.gz
updated for version 7.0073
Diffstat (limited to 'src/proto.h')
-rw-r--r--src/proto.h25
1 files changed, 16 insertions, 9 deletions
diff --git a/src/proto.h b/src/proto.h
index cff55c3c..e24ebb48 100644
--- a/src/proto.h
+++ b/src/proto.h
@@ -95,25 +95,32 @@ extern int _stricoll __ARGS((char *a, char *b));
# include "hashtable.pro"
# include "main.pro"
# include "mark.pro"
+# include "memfile.pro"
+# include "memline.pro"
+# ifdef FEAT_MENU
+# include "menu.pro"
+# endif
+
# if !defined MESSAGE_FILE || defined(HAVE_STDARG_H)
/* These prototypes cannot be produced automatically and conflict with
* the old-style prototypes in message.c. */
int
-#ifdef __BORLANDC__
+# ifdef __BORLANDC__
_RTLENTRYF
-#endif
+# endif
smsg __ARGS((char_u *, ...));
int
-#ifdef __BORLANDC__
+# ifdef __BORLANDC__
_RTLENTRYF
-#endif
+# endif
smsg_attr __ARGS((int, char_u *, ...));
+int
+# ifdef __BORLANDC__
+_RTLENTRYF
+# endif
+vim_snprintf __ARGS((char *, size_t, char *, ...));
# endif
-# include "memfile.pro"
-# include "memline.pro"
-# ifdef FEAT_MENU
-# include "menu.pro"
-# endif
+
# include "message.pro"
# include "misc1.pro"
# include "misc2.pro"