]> rtime.felk.cvut.cz Git - coffee/mt-apps.git/blob - mt_sim.h
mt_server: Use "%s" format string in syslog()
[coffee/mt-apps.git] / mt_sim.h
1 #ifndef MT_SIM_H
2 #define MT_SIM_H
3
4 #include <ev.h>
5
6 int mt_sim_init(struct ev_loop *loop, int fd);
7 void mt_sim_deinit(void);
8
9 #endif