comparison src/audio/SDL_audiodev_c.h @ 2049:5f6550e5184f

Merged SDL-ryan-multiple-audio-device branch r2803:2871 into the trunk.
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 17 Oct 2006 09:15:21 +0000
parents c121d94672cb
children 866052b01ee5
comparison
equal deleted inserted replaced
2048:6067c7f9a672 2049:5f6550e5184f
19 Sam Lantinga 19 Sam Lantinga
20 slouken@libsdl.org 20 slouken@libsdl.org
21 */ 21 */
22 #include "SDL_config.h" 22 #include "SDL_config.h"
23 23
24 /* Open the audio device, storing the pathname in 'path' */ 24 void SDL_EnumUnixAudioDevices(int flags, int classic, int (*test)(int fd),
25 extern int SDL_OpenAudioPath(char *path, int maxlen, int flags, int classic); 25 char ***devs, int *count);
26 void SDL_FreeUnixAudioDevices(char ***devices, int *devCount);
27
26 /* vi: set ts=4 sw=4 expandtab: */ 28 /* vi: set ts=4 sw=4 expandtab: */