]> rtime.felk.cvut.cz Git - coffee/mt-apps.git/blob - mt_server.h
websockets server added
[coffee/mt-apps.git] / mt_server.h
1 #ifndef MT_SERVER_H
2 #define MT_SERVER_H
3
4 #include <ev.h>
5
6 int mt_server_init(struct ev_loop *loop, int fd);
7 void mt_server_deinit();
8
9 #endif