summaryrefslogtreecommitdiffstats
path: root/src/protocol-esound.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocol-esound.h')
-rw-r--r--src/protocol-esound.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/protocol-esound.h b/src/protocol-esound.h
new file mode 100644
index 00000000..2600cfae
--- /dev/null
+++ b/src/protocol-esound.h
@@ -0,0 +1,12 @@
+#ifndef fooprotocolesoundhfoo
+#define fooprotocolesoundhfoo
+
+#include "core.h"
+#include "socket-server.h"
+
+struct protocol_esound;
+
+struct protocol_esound* protocol_esound_new(struct core*core, struct socket_server *server);
+void protocol_esound_free(struct protocol_esound *p);
+
+#endif