From ed8cb35c9ff4547275b03bd93baeff1cda3de76e Mon Sep 17 00:00:00 2001 From: David Härdeman Date: Sat, 6 Jun 2020 00:05:45 +0200 Subject: Add skeleton functionality for announcing servers --- announce.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 announce.h (limited to 'announce.h') diff --git a/announce.h b/announce.h new file mode 100644 index 0000000..6f805f1 --- /dev/null +++ b/announce.h @@ -0,0 +1,14 @@ +#ifndef fooannouncehfoo +#define fooannouncehfoo + +void announce_refdump(struct announce *aev); + +void announce_delete(struct cfg *cfg); + +void announce_stop(struct announce *aev); + +void announce_start(struct announce *aev); + +void announce_init(struct cfg *cfg); + +#endif -- cgit v1.2.3