libchat6
lc6_event.h
1 #ifndef LC6_EVENT_H
2 #define LC6_EVENT_H
3 
4 #include "../inc/lc6_common.h"
5 
6 int lc6event_start(LC6_CTX *conf);
7 int lc6event_stop(LC6_CTX *conf);
8 void* lc6event_thread(void *ctx);
9 
10 #endif
Definition: lc6_common.h:125