libchat6
inc
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
LC6_CTX
Definition:
lc6_common.h:125
Generated by
1.8.13