mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-07-16 13:59:55 +02:00
Fixing send/recv and optimizing.
This commit is contained in:
@ -60,6 +60,6 @@ const char *sock_listen(p_sock ps, int backlog);
|
||||
const char *sock_accept(p_sock ps, p_sock pa, SA *addr,
|
||||
socklen_t *addr_len, p_tm tm);
|
||||
|
||||
const char *sock_hoststrerror();
|
||||
const char *sock_hoststrerror(void);
|
||||
|
||||
#endif /* SOCK_H */
|
||||
|
Reference in New Issue
Block a user