1 #ifndef _xsound_h
2 #define _xsound_h
3 
4 void init_sound( char *disp_name );
5 void end_sound( void );
6 void do_sound( int pitch, int percent, int duration, int pri );
7 
8 #endif
9