9 lines
139 B
C
9 lines
139 B
C
#ifndef WEPOLL_API_H_
|
|
#define WEPOLL_API_H_
|
|
|
|
#include "internal.h"
|
|
|
|
WEPOLL_INTERNAL int api_global_init(void);
|
|
|
|
#endif /* WEPOLL_API_H_ */
|