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

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_ */