LuaSec 0.3.2

This commit is contained in:
Bruno Silvestre
2012-09-02 11:30:04 -03:00
parent affd08cf05
commit d28c5e4f9e
11 changed files with 33 additions and 14 deletions

View File

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