comparison include/SDL_version.h @ 2996:972a69e47cd9

Added missing void
author Sam Lantinga <slouken@libsdl.org>
date Sun, 04 Jan 2009 23:36:53 +0000
parents b64c1d23039b
children d3baf5ac4e37
comparison
equal deleted inserted replaced
2995:b3f23a4b4547 2996:972a69e47cd9
131 * \sa SDL_VERSION 131 * \sa SDL_VERSION
132 */ 132 */
133 extern DECLSPEC void SDLCALL SDL_GetVersion(SDL_version * ver); 133 extern DECLSPEC void SDLCALL SDL_GetVersion(SDL_version * ver);
134 134
135 /** 135 /**
136 * \fn int SDL_GetRevision() 136 * \fn int SDL_GetRevision(void)
137 * \brief Get the code revision of SDL that is linked against your program. 137 * \brief Get the code revision of SDL that is linked against your program.
138 */ 138 */
139 extern DECLSPEC int SDLCALL SDL_GetRevision(); 139 extern DECLSPEC int SDLCALL SDL_GetRevision(void);
140 140
141 /* Ends C function definitions when using C++ */ 141 /* Ends C function definitions when using C++ */
142 #ifdef __cplusplus 142 #ifdef __cplusplus
143 /* *INDENT-OFF* */ 143 /* *INDENT-OFF* */
144 } 144 }