diff options
Diffstat (limited to 'g10/filter.h')
-rw-r--r-- | g10/filter.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/g10/filter.h b/g10/filter.h index bedacf9b6..b81a78db6 100644 --- a/g10/filter.h +++ b/g10/filter.h @@ -35,9 +35,8 @@ typedef struct { u32 crc; byte helpbuf[100]; int helpidx, helplen; - byte tempbuf[100]; - int tempidx, templen; - void *fake; + int faked; + int parse_state; int inp_checked; /* set if inp has been checked */ int inp_bypass; /* set if the input is not armored */ int inp_eof; |