diff include/SDL_clipboard.h @ 4506:b577f47379f3

Fixed compile warnings
author Sam Lantinga <slouken@libsdl.org>
date Mon, 12 Jul 2010 00:35:14 -0700
parents dbbfdb9ea716
children b530ef003506
line wrap: on
line diff
--- a/include/SDL_clipboard.h	Mon Jul 12 00:33:24 2010 -0700
+++ b/include/SDL_clipboard.h	Mon Jul 12 00:35:14 2010 -0700
@@ -53,14 +53,14 @@
  *
  * \sa SDL_SetClipboardText()
  */
-extern DECLSPEC char * SDLCALL SDL_GetClipboardText();
+extern DECLSPEC char * SDLCALL SDL_GetClipboardText(void);
 
 /**
  * \brief Returns whether the clipboard has text
  *
  * \sa SDL_GetClipboardText()
  */
-extern DECLSPEC SDL_bool SDLCALL SDL_HasClipboardText();
+extern DECLSPEC SDL_bool SDLCALL SDL_HasClipboardText(void);
 
 
 /* Ends C function definitions when using C++ */