summaryrefslogtreecommitdiff
path: root/mcserverproxy/announce.h
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2020-06-23 20:56:22 +0200
committerDavid Härdeman <david@hardeman.nu>2020-06-23 20:56:22 +0200
commitea053d96f7e89e053d4af8d39b04c5428760345f (patch)
tree8182ca73675ad3933b0f38cb48a99c69101309b4 /mcserverproxy/announce.h
parent8c27290245b7bcc7cd2f72f3b4a7562294b43bbe (diff)
Big renaming, move some more functionality to shared lib
Diffstat (limited to 'mcserverproxy/announce.h')
-rw-r--r--mcserverproxy/announce.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/mcserverproxy/announce.h b/mcserverproxy/announce.h
deleted file mode 100644
index 77a36f2..0000000
--- a/mcserverproxy/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