diff options
Diffstat (limited to 'g10/packet.h')
-rw-r--r-- | g10/packet.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/g10/packet.h b/g10/packet.h index 43797a422..7ef9b3cda 100644 --- a/g10/packet.h +++ b/g10/packet.h @@ -148,15 +148,11 @@ typedef struct { MPI data[PUBKEY_MAX_NSIG]; } PKT_signature; -typedef enum -{ - ATTRIB_UNKNOWN, - ATTRIB_JPEG -} attribtype_t; +#define ATTRIB_IMAGE 1 /* This is the cooked form of attributes */ struct user_attribute { - attribtype_t type; + byte type; const byte *data; unsigned long len; }; |