summaryrefslogtreecommitdiffstats
path: root/audio/sdl_mixer/files/patch-SDL_mixer.h
blob: db65697275726dc0b8c28d1e2807b64a2021ecc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- SDL_mixer.h	2001/05/08 07:44:56	1.1
+++ SDL_mixer.h	2001/05/08 07:48:13
@@ -222,6 +222,8 @@
 /* Close the mixer, halting all playing audio */
 extern DECLSPEC void Mix_CloseAudio(void);
 
+extern DECLSPEC int Mix_GetMixerInfo(SDL_AudioSpec *, char *, int);
+
 /* We'll use SDL for reporting errors */
 #define Mix_SetError	SDL_SetError
 #define Mix_GetError	SDL_GetError
OpenPOWER on IntegriCloud