aboutsummaryrefslogtreecommitdiffstats
path: root/g10/filter.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1999-01-20 18:10:35 +0000
committerWerner Koch <[email protected]>1999-01-20 18:10:35 +0000
commit7debff3867c0c087ccae465517aa26e475266427 (patch)
treebcb1ccedb0ee7711cb28a6add0a16a56cf0d0c34 /g10/filter.h
parentSee ChangeLog: Tue Jan 19 19:34:58 CET 1999 Werner Koch (diff)
downloadgnupg-7debff3867c0c087ccae465517aa26e475266427.tar.gz
gnupg-7debff3867c0c087ccae465517aa26e475266427.zip
See ChangeLog: Wed Jan 20 18:59:49 CET 1999 Werner Koch
Diffstat (limited to 'g10/filter.h')
-rw-r--r--g10/filter.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/g10/filter.h b/g10/filter.h
index df436be74..bfd1e7a91 100644
--- a/g10/filter.h
+++ b/g10/filter.h
@@ -86,6 +86,12 @@ typedef struct {
unsigned buffer_len; /* used length of the buffer */
unsigned buffer_pos; /* read position */
int truncated; /* number of truncated lines */
+ int clearsign;
+ int not_dash_escaped;
+ int escape_from;
+ MD_HANDLE md;
+ int pending_lf;
+ int pending_esc;
} text_filter_context_t;