summaryrefslogtreecommitdiff
path: root/pith/filttype.h
diff options
context:
space:
mode:
Diffstat (limited to 'pith/filttype.h')
-rw-r--r--pith/filttype.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/pith/filttype.h b/pith/filttype.h
index d3d08539..08a8d9d0 100644
--- a/pith/filttype.h
+++ b/pith/filttype.h
@@ -51,7 +51,8 @@ typedef struct filter_insert_s {
} LT_INS_S;
-typedef int (*gf_io_t)(); /* type of get and put char function */
+typedef int (*gf_i_t)(unsigned char *);
+typedef int (*gf_o_t)(int);
typedef void (*filter_t)(FILTER_S *, int);
typedef int (*linetest_t)(long, char *, LT_INS_S **, void *);
typedef void (*htmlrisk_t)(void);