diff options
Diffstat (limited to 'g10/filter.h')
-rw-r--r-- | g10/filter.h | 6 |
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; |