summaryrefslogtreecommitdiff
path: root/cethcan/cethcan.h
diff options
context:
space:
mode:
authorChristian Franke <nobody@nowhere.ws>2016-10-14 01:46:47 +0200
committerChristian Franke <nobody@nowhere.ws>2016-10-14 01:49:40 +0200
commit1052134571f0ccf32091d7ca4889a67e9b4399e5 (patch)
treefd46e69ce9d5c916b8ec4fc7763da2bee74f7fa2 /cethcan/cethcan.h
parentbcd9c73974ea1c320755b3599c7341e4a8965d52 (diff)
Add osc support
Diffstat (limited to 'cethcan/cethcan.h')
-rw-r--r--cethcan/cethcan.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/cethcan/cethcan.h b/cethcan/cethcan.h
index b272766..f07ea9a 100644
--- a/cethcan/cethcan.h
+++ b/cethcan/cethcan.h
@@ -25,6 +25,10 @@
#include <event2/buffer.h>
#include <jansson.h>
+#include <cosc/cosc.h>
+#include <cosc/oscserver.h>
+#include <cosc/oscparser.h>
+
#include "protocol.h"
extern int verbosity;
@@ -113,4 +117,7 @@ extern int espnet_init_conf(json_t *config);
extern int ttydmx_init_conf(json_t *config);
extern void http_init(void);
+extern struct osc_server *osc_server;
+extern void osc_init(void);
+
#endif /* _CETHCAN_H */