mirror of
https://github.com/brunoos/luasec.git
synced 2025-07-21 00:09:50 +02:00
LuaSec 0.3.2
This commit is contained in:
@ -43,5 +43,6 @@ void socket_setnonblocking(p_socket ps);
|
||||
void socket_setblocking(p_socket ps);
|
||||
int socket_waitfd(p_socket ps, int sw, p_timeout tm);
|
||||
const char *socket_strerror(int err);
|
||||
int socket_error();
|
||||
|
||||
#endif /* SOCKET_H */
|
||||
|
Reference in New Issue
Block a user