summaryrefslogtreecommitdiff
path: root/kermit.h
diff options
context:
space:
mode:
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 */