Make the addrlen argument to my_accept() a socklen_t.
git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@277 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
@@ -160,7 +160,7 @@ char * BX_ip_to_host (const char *);
|
||||
char * BX_one_to_another (const char *);
|
||||
int BX_set_blocking (int);
|
||||
int BX_set_non_blocking (int);
|
||||
int my_accept (int, struct sockaddr *, int *);
|
||||
int my_accept (int, struct sockaddr *, socklen_t *);
|
||||
int lame_resolv (const char *, struct sockaddr_foobar *);
|
||||
|
||||
#define my_isspace(x) \
|
||||
|
||||
Reference in New Issue
Block a user