wepoll/src/init.h
2017-11-21 15:04:37 +01:00

9 lines
131 B
C

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