@@ -51,38 +51,38 @@ extern void IAMStruct1SetNonPropertyNoGet(struct IAMStruct1 s, double x);
51
51
52
52
/// Various static functions that can't quite be imported as properties.
53
53
// Too many parameters
54
- extern float IAMStruct1StaticGetNonPropertyNumParams ();
54
+ extern float IAMStruct1StaticGetNonPropertyNumParams (void );
55
55
extern void IAMStruct1StaticSetNonPropertyNumParams (float a ,
56
56
float b );
57
57
extern void IAMStruct1StaticGetNonPropertyNumParamsGetter (double d );
58
58
59
59
// Set type doesn't match get type
60
- extern float IAMStruct1StaticGetNonPropertyType ();
60
+ extern float IAMStruct1StaticGetNonPropertyType (void );
61
61
extern void IAMStruct1StaticSetNonPropertyType (double x );
62
62
63
63
// Didn't find self on setter
64
- extern float IAMStruct1StaticGetNonPropertyNoSelf ();
64
+ extern float IAMStruct1StaticGetNonPropertyNoSelf (void );
65
65
extern void IAMStruct1StaticSetNonPropertyNoSelf (double x , double y );
66
66
67
67
// No set only properties
68
68
extern void IAMStruct1StaticSetNonPropertyNoGet (double x );
69
69
70
70
/// Static method
71
- extern double IAMStruct1StaticMethod ();
72
- extern double IAMStruct1TLAThreeLetterAcronym ();
71
+ extern double IAMStruct1StaticMethod (void );
72
+ extern double IAMStruct1TLAThreeLetterAcronym (void );
73
73
74
74
/// Static computed properties
75
- extern double IAMStruct1StaticGetProperty ();
75
+ extern double IAMStruct1StaticGetProperty (void );
76
76
extern double IAMStruct1StaticSetProperty (double );
77
- extern double IAMStruct1StaticGetOnlyProperty ();
77
+ extern double IAMStruct1StaticGetOnlyProperty (void );
78
78
79
79
/// Omit needless words
80
80
extern double IAMStruct1ONWNeedlessTypeArgLabel (double Double );
81
81
82
82
/// Fuzzy
83
- extern struct IAMStruct1 IAMFuzzyStruct1Create ();
84
- extern struct IAMStruct1 IAMFuzzyStruct1CreateWithFuzzyName ();
85
- extern struct IAMStruct1 IAMFuzzyStruct1CreateFuzzyName ();
83
+ extern struct IAMStruct1 IAMFuzzyStruct1Create (void );
84
+ extern struct IAMStruct1 IAMFuzzyStruct1CreateWithFuzzyName (void );
85
+ extern struct IAMStruct1 IAMFuzzyStruct1CreateFuzzyName (void );
86
86
87
87
extern double __IAMStruct1IgnoreMe (struct IAMStruct1 s );
88
88
@@ -104,7 +104,7 @@ const TDStruct TDStructCreateWithFloat(float Float);
104
104
typedef const struct __attribute__((objc_bridge (id ))) __IAMClass * IAMClassRef ;
105
105
typedef IAMClassRef IAMOtherName ;
106
106
107
- extern unsigned IAMClassGetTypeID ();
107
+ extern unsigned IAMClassGetTypeID (void );
108
108
extern IAMClassRef IAMClassCreate (double i );
109
109
extern void IAMClassInvert (IAMOtherName iamOtherName );
110
110
0 commit comments