summaryrefslogtreecommitdiff
path: root/announce.h
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2020-06-06 00:05:45 +0200
committerDavid Härdeman <david@hardeman.nu>2020-06-06 00:05:45 +0200
commited8cb35c9ff4547275b03bd93baeff1cda3de76e (patch)
tree8b7f187613c0cab24076bf94d0db3ae3f79618b2 /announce.h
parent8e301216143cb96d39a941a9c5fcb90319ef53c7 (diff)
Add skeleton functionality for announcing servers
Diffstat (limited to 'announce.h')
-rw-r--r--announce.h14
1 files changed, 14 insertions, 0 deletions
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