X-Git-Url: https://rtime.felk.cvut.cz/gitweb/coffee/mt-apps.git/blobdiff_plain/c26dd60fbf150e7cf95a4e9cea4b1bc5c7c6cb2c..0f47abacad5361d1b2f74524d0bad2d18bddae03:/mt_sim.h diff --git a/mt_sim.h b/mt_sim.h new file mode 100644 index 0000000..24df511 --- /dev/null +++ b/mt_sim.h @@ -0,0 +1,9 @@ +#ifndef MT_SIM_H +#define MT_SIM_H + +#include + +int mt_sim_init(struct ev_loop *loop, int fd); +void mt_sim_deinit(void); + +#endif