diff options
| author | Werner Koch <[email protected]> | 1997-12-12 12:03:58 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 1997-12-12 12:03:58 +0000 |
| commit | 68ea0f43533096d5c46bad4aee6e5d5864307f4a (patch) | |
| tree | f5d3601897a3bdfbce113d5e1ed8b4336c83744a /g10/filter.h | |
| parent | fingerprints and self signatures added (diff) | |
| download | gnupg-68ea0f43533096d5c46bad4aee6e5d5864307f4a.tar.gz gnupg-68ea0f43533096d5c46bad4aee6e5d5864307f4a.zip | |
added option file handling
Diffstat (limited to 'g10/filter.h')
| -rw-r--r-- | g10/filter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/filter.h b/g10/filter.h index ec34696a4..72029c61f 100644 --- a/g10/filter.h +++ b/g10/filter.h @@ -48,6 +48,7 @@ typedef struct { unsigned inbufsize; byte *outbuf; unsigned outbufsize; + int pgpmode; } compress_filter_context_t; |
