diff options
| author | Werner Koch <[email protected]> | 1998-01-28 16:09:43 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 1998-01-28 16:09:43 +0000 |
| commit | 9bf8ce27bcd3a58d522262f23c2ca36bfe0a52b7 (patch) | |
| tree | efa4f8e1ccbc5e989942cde55c36220dca2d8fbd /g10/filter.h | |
| parent | moved stuff to aclocal.m4 (diff) | |
| download | gnupg-9bf8ce27bcd3a58d522262f23c2ca36bfe0a52b7.tar.gz gnupg-9bf8ce27bcd3a58d522262f23c2ca36bfe0a52b7.zip | |
version 0.2.1
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; |
