summaryrefslogtreecommitdiff
path: root/announce.h
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2020-06-23 16:25:36 +0200
committerDavid Härdeman <david@hardeman.nu>2020-06-23 16:25:36 +0200
commit8c27290245b7bcc7cd2f72f3b4a7562294b43bbe (patch)
tree54bae7909a94bfc598df7b88d9794742daf0bb31 /announce.h
parent973ae757342b91e3e6aafd07e0c0a24af84aad98 (diff)
Split directories better
Diffstat (limited to 'announce.h')
-rw-r--r--announce.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/announce.h b/announce.h
deleted file mode 100644
index 77a36f2..0000000
--- a/announce.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef fooannouncehfoo
-#define fooannouncehfoo
-
-void announce_refdump();
-
-void announce_delete();
-
-void announce_stop();
-
-void announce_start(unsigned duration);
-
-void announce_init();
-
-#endif