comparison src/audio/SDL_audiodev_c.h @ 2060:866052b01ee5

indent is evil
author Sam Lantinga <slouken@libsdl.org>
date Sat, 28 Oct 2006 16:48:03 +0000
parents 5f6550e5184f
children 99210400e8b9
comparison
equal deleted inserted replaced
2059:4685ccd33d0e 2060:866052b01ee5
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 void SDL_EnumUnixAudioDevices(int flags, int classic, int (*test)(int fd), 24 void SDL_EnumUnixAudioDevices(int flags, int classic, int (*test) (int fd),
25 char ***devs, int *count); 25 char ***devs, int *count);
26 void SDL_FreeUnixAudioDevices(char ***devices, int *devCount); 26 void SDL_FreeUnixAudioDevices(char ***devices, int *devCount);
27 27
28 /* vi: set ts=4 sw=4 expandtab: */ 28 /* vi: set ts=4 sw=4 expandtab: */