comparison src/proto.h @ 272:ddada568db54

updated for version 7.0073
author vimboss
date Thu, 19 May 2005 20:53:52 +0000
parents 01e77186b20a
children eb531146be0e
comparison
equal deleted inserted replaced
271:8d34af900bae 272:ddada568db54
93 # include "hangulin.pro" 93 # include "hangulin.pro"
94 # endif 94 # endif
95 # include "hashtable.pro" 95 # include "hashtable.pro"
96 # include "main.pro" 96 # include "main.pro"
97 # include "mark.pro" 97 # include "mark.pro"
98 # include "memfile.pro"
99 # include "memline.pro"
100 # ifdef FEAT_MENU
101 # include "menu.pro"
102 # endif
103
98 # if !defined MESSAGE_FILE || defined(HAVE_STDARG_H) 104 # if !defined MESSAGE_FILE || defined(HAVE_STDARG_H)
99 /* These prototypes cannot be produced automatically and conflict with 105 /* These prototypes cannot be produced automatically and conflict with
100 * the old-style prototypes in message.c. */ 106 * the old-style prototypes in message.c. */
101 int 107 int
102 #ifdef __BORLANDC__ 108 # ifdef __BORLANDC__
103 _RTLENTRYF 109 _RTLENTRYF
104 #endif 110 # endif
105 smsg __ARGS((char_u *, ...)); 111 smsg __ARGS((char_u *, ...));
106 int 112 int
107 #ifdef __BORLANDC__ 113 # ifdef __BORLANDC__
108 _RTLENTRYF 114 _RTLENTRYF
109 #endif 115 # endif
110 smsg_attr __ARGS((int, char_u *, ...)); 116 smsg_attr __ARGS((int, char_u *, ...));
111 # endif 117 int
112 # include "memfile.pro" 118 # ifdef __BORLANDC__
113 # include "memline.pro" 119 _RTLENTRYF
114 # ifdef FEAT_MENU 120 # endif
115 # include "menu.pro" 121 vim_snprintf __ARGS((char *, size_t, char *, ...));
116 # endif 122 # endif
123
117 # include "message.pro" 124 # include "message.pro"
118 # include "misc1.pro" 125 # include "misc1.pro"
119 # include "misc2.pro" 126 # include "misc2.pro"
120 #ifndef HAVE_STRPBRK /* not generated automatically from misc2.c */ 127 #ifndef HAVE_STRPBRK /* not generated automatically from misc2.c */
121 char_u *vim_strpbrk __ARGS((char_u *s, char_u *charset)); 128 char_u *vim_strpbrk __ARGS((char_u *s, char_u *charset));