size_tification.

This commit is contained in:
Ben Laurie
2008-11-01 14:37:00 +00:00
parent 122396f2db
commit 4d6e1e4f29
46 changed files with 355 additions and 297 deletions

View File

@@ -279,7 +279,9 @@ static int init_client_ip(int *sock, unsigned char ip[4], int port, int type)
return(1);
}
int do_server(int port, int type, int *ret, int (*cb)(char *hostname, int s, unsigned char *context), unsigned char *context)
int do_server(int port, int type, int *ret,
int (*cb)(char *hostname, int s, unsigned char *context),
unsigned char *context)
{
int sock;
char *name = NULL;