Refactor to move task code out of tr_main.c.
[trust_router.git] / include / tr_tid.h
1 #ifndef TR_TID_H
2 #define TR_TID_H
3
4 #include <tr.h>
5 #include <tr_event.h>
6
7 int tr_tids_event_init(struct event_base *base, TR_INSTANCE *tr, struct tr_socket_event *tids_ev);
8
9 #endif /* TR_TID_H */