reorganizing3

This commit is contained in:
joonicks
2018-04-04 08:56:14 +02:00
parent e5c0d90fb0
commit 581c44e7fb
24 changed files with 182 additions and 142 deletions

View File

@@ -229,7 +229,7 @@ void parse_dcc(Client *client)
if (client->flags & DCC_RECV)
{
char bigtemp[4096];
ulong where;
uint32_t where;
do
{
@@ -259,7 +259,7 @@ void parse_dcc(Client *client)
}
if (client->flags & DCC_SEND)
{
ulong where;
uint32_t where;
client->lasttime = now;
s = client->inputcount;
@@ -421,7 +421,7 @@ void ctcp_dcc(char *from, char *to, char *rest)
Client *client;
User *user;
char *addr,*port,ip_addr[20];
ulong longip;
uint32_t longip;
int x;
#ifdef DCC_FILE
char *filename;