]> rtime.felk.cvut.cz Git - coffee/mt-apps.git/blobdiff - mt_sim.h
Compile our version of libwebsockets if not found in the system
[coffee/mt-apps.git] / mt_sim.h
diff --git a/mt_sim.h b/mt_sim.h
new file mode 100644 (file)
index 0000000..24df511
--- /dev/null
+++ b/mt_sim.h
@@ -0,0 +1,9 @@
+#ifndef MT_SIM_H
+#define MT_SIM_H
+
+#include <ev.h>
+
+int mt_sim_init(struct ev_loop *loop, int fd);
+void mt_sim_deinit(void);
+
+#endif