diff include/SDL_audio.h @ 3792:866c310e2cb5 SDL-ryan-multiple-audio-device

Changed some 1.3 audio symbol names.
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 03 Oct 2006 22:17:59 +0000
parents be33495e4d97
children e630f5fe29d8
line wrap: on
line diff
--- a/include/SDL_audio.h	Tue Oct 03 20:48:42 2006 +0000
+++ b/include/SDL_audio.h	Tue Oct 03 22:17:59 2006 +0000
@@ -251,8 +251,8 @@
  *  string for any length of time, you should make your own copy of it, as it
  *  will be invalid next time any of several other SDL functions is called.
  */
-extern DECLSPEC const char *SDLCALL SDL_GetAudioDevice(int index,
-                                                       int iscapture);
+extern DECLSPEC const char *SDLCALL SDL_GetAudioDeviceName(int index,
+                                                           int iscapture);
 
 
 /*