summaryrefslogtreecommitdiff
path: root/announce.h
blob: c4bd8e3af7d3829479a9564e3e70b31298ae2c80 (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();

void announce_init();

#endif