summaryrefslogtreecommitdiff
path: root/src/irc/dcc/dcc-file-rec.h
blob: 32663481f915b487a179538c4d78ec63f1a5a68e (plain)
1
2
3
4
5
6
7
8
9
#include "dcc-rec.h"

unsigned long size, skipped; /* file size / skipped at start */
int fhandle; /* file handle */

/* counter buffer */
char count_buf[4];
int count_pos;