summaryrefslogtreecommitdiff
path: root/kermit.h
diff options
context:
space:
mode:
authorPaul Selkirk <paul@psgd.org>2016-06-16 16:05:32 -0400
committerPaul Selkirk <paul@psgd.org>2016-06-16 20:53:05 -0400
commit7733c95be8a9e93ae4398c13c721b334239780fe (patch)
tree23167248232e093961cc1ef152a0b65e476ed688 /kermit.h
parent04d48e513f2094345eb697c0a34345daff63a87b (diff)
Initial cleanup
Diffstat (limited to 'kermit.h')
-rw-r--r--kermit.h2
1 files changed, 1 insertions, 1 deletions
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 */