aboutsummaryrefslogtreecommitdiffstats
path: root/g10/packet.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--g10/packet.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/packet.h b/g10/packet.h
index c40f2f123..7e0f9d0ac 100644
--- a/g10/packet.h
+++ b/g10/packet.h
@@ -411,10 +411,12 @@ struct notation
{
char *name;
char *value;
+ size_t blen;
char *altvalue;
struct
{
unsigned int critical:1;
+ unsigned int human:1;
unsigned int ignore:1;
} flags;
struct notation *next;