diff include/SDL_main.h @ 1466:3c45c578d480

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Sun, 05 Mar 2006 22:18:15 +0000
parents d910939febfa
children 782fd950bd46 c121d94672cb a1b03ba2fcd0
line wrap: on
line diff
--- a/include/SDL_main.h	Sat Mar 04 08:24:35 2006 +0000
+++ b/include/SDL_main.h	Sun Mar 05 22:18:15 2006 +0000
@@ -66,7 +66,7 @@
 /* This can also be called, but is no longer necessary */
 extern DECLSPEC int SDLCALL SDL_RegisterApp(char *name, Uint32 style, void *hInst);
 /* This can also be called, but is no longer necessary (SDL_Quit calls it) */
-extern DECLSPEC void SDLCALL SDL_UnregisterApp();
+extern DECLSPEC void SDLCALL SDL_UnregisterApp(void);
 #ifdef __cplusplus
 }
 #endif