blob: 77a36f22b5cfd06f525eba2fcce8dacbe64a538b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef fooannouncehfoo
#define fooannouncehfoo
void announce_refdump();
void announce_delete();
void announce_stop();
void announce_start(unsigned duration);
void announce_init();
#endif
|