aboutsummaryrefslogtreecommitdiffstats
path: root/g10/filter.h
diff options
context:
space:
mode:
Diffstat (limited to 'g10/filter.h')
-rw-r--r--g10/filter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/filter.h b/g10/filter.h
index 93e72ce9c..965b75bd0 100644
--- a/g10/filter.h
+++ b/g10/filter.h
@@ -20,6 +20,7 @@
#ifndef G10_FILTER_H
#define G10_FILTER_H
+#include "types.h"
#include "cipher.h"
typedef struct {
@@ -41,6 +42,7 @@ typedef struct {
int inp_checked; /* set if inp has been checked */
int inp_bypass; /* set if the input is not armored */
int inp_eof;
+ const char *hdrlines;
} armor_filter_context_t;