From 7733c95be8a9e93ae4398c13c721b334239780fe Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Thu, 16 Jun 2016 16:05:32 -0400 Subject: Initial cleanup --- kermit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kermit.h') diff --git a/kermit.h b/kermit.h index acfd99c..70a24b2 100644 --- a/kermit.h +++ b/kermit.h @@ -383,7 +383,7 @@ struct k_data { /* The Kermit data structure */ int (*readf)(struct k_data *); /* read-file function */ int (*writef)(struct k_data *,UCHAR *, int); /* write-file function */ int (*closef)(struct k_data *,UCHAR,int); /* close-file function */ - int (*dbf)(int,UCHAR *,UCHAR *,long); /* debug function */ + void (*dbf)(int,UCHAR *,UCHAR *,long); /* debug function */ UCHAR * zinbuf; /* Input file buffer itself */ int zincnt; /* Input buffer position */ int zinlen; /* Length of input file buffer */ -- cgit v1.2.3