summaryrefslogtreecommitdiff
path: root/announce.h
diff options
context:
space:
mode:
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