/***   [beep.h]
*
*	For GNU C Compiler (GCC)
*
***/

#include <snd.h>

int		BEP_init(void);
void	BEP_on(void);
int		WIND_beep(void);
