Bugfix for proxy

This commit is contained in:
2021-01-08 18:01:19 +01:00
parent debac11f90
commit b676388018
4 changed files with 33 additions and 12 deletions

View File

@ -29,4 +29,8 @@ long sock_recv(sock *s, void *buf, unsigned long len, int flags);
long sock_splice(sock *dst, sock *src, void *buf, unsigned long buf_len, unsigned long len);
int sock_close(sock *s);
int sock_check(sock *s);
#endif //NECRONDA_SERVER_SOCK_H