#ifndef EPOLL_INIT_H_ #define EPOLL_INIT_H_ #include "internal.h" EPOLL_INTERNAL int init(void); #endif /* EPOLL_INIT_H_ */