summaryrefslogtreecommitdiffstats
path: root/src/web.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/web.h')
-rw-r--r--src/web.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/web.h b/src/web.h
new file mode 100644
index 0000000..8c5edd4
--- /dev/null
+++ b/src/web.h
@@ -0,0 +1,12 @@
+#ifndef WEB_H
+#define WEB_H
+
+#include "synth_engine.h"
+
+void init_web(synth_t * synth);
+void free_web();
+void ws_send_message(const char *message);
+
+
+
+#endif /* WEB_H */