ObjFW  Diff

Differences From Artifact [d154d81fb9]:

To Artifact [f1e2ce1411]:


161
162
163
164
165
166
167



168



 */
- (void)terminateWithStatus: (int)status;
@end

@interface OFObject (OFApplicationDelegate) <OFApplicationDelegate>
@end




extern int of_application_main(int*, char**[], Class);










>
>
>

>
>
>
161
162
163
164
165
166
167
168
169
170
171
172
173
174
 */
- (void)terminateWithStatus: (int)status;
@end

@interface OFObject (OFApplicationDelegate) <OFApplicationDelegate>
@end

#ifdef __cplusplus
extern "C" {
#endif
extern int of_application_main(int*, char**[], Class);
#ifdef __cplusplus
}
#endif