mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 08:02:13 +02:00
9 lines
174 B
C
9 lines
174 B
C
|
|
#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;
|
||
|
|
|