Litte prototype addition to prevent warnings

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5387 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1999-12-06 15:48:24 +00:00
parent 93ac0b67a4
commit 4aeda390b1

View file

@ -284,6 +284,7 @@ extern BOOL initialize_gnustep_backend (void);
- (void) applicationDidUpdate: (NSNotification*)aNotification;
- (BOOL) applicationOpenUntitledFile: (NSApplication*)app;
- (BOOL) applicationShouldTerminate: (id)sender;
- (BOOL) applicationShouldTerminateAfterLastWindowClosed: (id)sender;
- (void) applicationWillBecomeActive: (NSNotification*)aNotification;
- (void) applicationWillFinishLaunching: (NSNotification*)aNotification;
- (void) applicationWillHide: (NSNotification*)aNotification;