diff options
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 1cf8f8e42..f4d924965 100644 --- a/g10/filter.h +++ b/g10/filter.h @@ -45,6 +45,7 @@ typedef struct { int inp_bypass; /* set if the input is not armored */ int any_data; const char *hdrlines; + int not_dash_escaped; } armor_filter_context_t; |