diff options
Diffstat (limited to '')
-rw-r--r-- | include/gpga-prot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gpga-prot.h b/include/gpga-prot.h index f0afdb1eb..0e408c4b8 100644 --- a/include/gpga-prot.h +++ b/include/gpga-prot.h @@ -103,6 +103,7 @@ enum gpga_protocol_codes { GPGA_PROT_GET_PASSPHRASE = 2, GPGA_PROT_CLEAR_PASSPHRASE= 3, GPGA_PROT_SHUTDOWN = 4, + GPGA_PROT_FLUSH = 5, /* Reply codes */ GPGA_PROT_REPLY_BASE = 0x10000, |