1 #ifndef __CORESOUND_H
2 #define __CORESOUND_H 1
3 
4 void CoreSound_InitOptions(void);
5 void CoreSound_InjectPCM(void);
6 Bool CoreSound_StartMonitor(void);
7 Bool CoreSound_Start(xproc);
8 int KeyPress(void);
9 void CoreSound_CloseAudio(void);
10 void CoreSound_Quit(void);
11 
12 #endif
13 
14