1.1 --- a/include/SDL_main.h Sat Mar 04 08:24:35 2006 +0000
1.2 +++ b/include/SDL_main.h Sun Mar 05 22:18:15 2006 +0000
1.3 @@ -66,7 +66,7 @@
1.4 /* This can also be called, but is no longer necessary */
1.5 extern DECLSPEC int SDLCALL SDL_RegisterApp(char *name, Uint32 style, void *hInst);
1.6 /* This can also be called, but is no longer necessary (SDL_Quit calls it) */
1.7 -extern DECLSPEC void SDLCALL SDL_UnregisterApp();
1.8 +extern DECLSPEC void SDLCALL SDL_UnregisterApp(void);
1.9 #ifdef __cplusplus
1.10 }
1.11 #endif