Below is the file 'beep.h' from this revision. You can also download the file.

/* beep.h */

#ifndef _BEEP_H_
#define _BEEP_H_

void beep_on(void);
void beep_off(void);

#endif