aboutsummaryrefslogtreecommitdiffstats
path: root/g10/packet.h
diff options
context:
space:
mode:
Diffstat (limited to 'g10/packet.h')
-rw-r--r--g10/packet.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/g10/packet.h b/g10/packet.h
index 034ebdd47..1033c7b88 100644
--- a/g10/packet.h
+++ b/g10/packet.h
@@ -55,6 +55,13 @@ typedef enum {
typedef struct packet_struct PACKET;
+/* PKT_GPG_CONTROL types */
+enum {
+ CTRLPKT_CLEARSIGN_START = 1,
+ CTRLPKT_PIPEMODE = 2
+} ctrlpkttype_t;
+
+
typedef struct {
int mode;
byte hash_algo;