summaryrefslogtreecommitdiffstats
path: root/audio/sdl_mixer/files/patch-SDL_mixer.h
blob: 67d21b9f24d79d15c744ab30f598d964ddb7eda9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

$FreeBSD$

--- 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