@@ -45,21 +45,11 @@ DECLARE_STRING_PARAM_FLAG(D);
45
45
Private Function Prototypes
46
46
----------------------------------------------------------------------------*/
47
47
48
- void WriteNormProtos (const char *Directory, LIST LabeledProtoList,
49
- const FEATURE_DESC_STRUCT *feature_desc);
48
+ static void WriteNormProtos (const char *Directory, LIST LabeledProtoList,
49
+ const FEATURE_DESC_STRUCT *feature_desc);
50
50
51
- /*
52
- PARAMDESC *ConvertToPARAMDESC(
53
- PARAM_DESC* Param_Desc,
54
- int N);
55
- */
56
-
57
- void WriteProtos (
58
- FILE *File,
59
- uint16_t N,
60
- LIST ProtoList,
61
- BOOL8 WriteSigProtos,
62
- BOOL8 WriteInsigProtos);
51
+ static void WriteProtos (FILE* File, uint16_t N, LIST ProtoList,
52
+ bool WriteSigProtos, bool WriteInsigProtos);
63
53
64
54
/* ----------------------------------------------------------------------------
65
55
Global Data Definitions and Declarations
@@ -216,8 +206,8 @@ int main(int argc, char *argv[]) {
216
206
* @note Exceptions: none
217
207
* @note History: Fri Aug 18 16:17:06 1989, DSJ, Created.
218
208
*/
219
- void WriteNormProtos (const char *Directory, LIST LabeledProtoList,
220
- const FEATURE_DESC_STRUCT *feature_desc) {
209
+ static void WriteNormProtos (const char *Directory, LIST LabeledProtoList,
210
+ const FEATURE_DESC_STRUCT *feature_desc) {
221
211
FILE *File;
222
212
STRING Filename;
223
213
LABELEDLIST LabeledProto;
@@ -254,12 +244,9 @@ void WriteNormProtos(const char *Directory, LIST LabeledProtoList,
254
244
} // WriteNormProtos
255
245
256
246
/* -------------------------------------------------------------------------*/
257
- void WriteProtos (
258
- FILE *File,
259
- uint16_t N,
260
- LIST ProtoList,
261
- BOOL8 WriteSigProtos,
262
- BOOL8 WriteInsigProtos)
247
+
248
+ static void WriteProtos (FILE* File, uint16_t N, LIST ProtoList,
249
+ bool WriteSigProtos, bool WriteInsigProtos)
263
250
{
264
251
PROTOTYPE *Proto;
265
252
0 commit comments