diff options
author | Werner Koch <[email protected]> | 2000-08-21 15:54:37 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2000-08-21 15:54:37 +0000 |
commit | 9fc2d24fdb06b45bfe85df4b3886e12f4daaf282 (patch) | |
tree | e7513d0cbdd2c79a45e4ba2cdd770008857e6a27 /include | |
parent | See ChangeLog: Fri Aug 18 14:27:14 CEST 2000 Werner Koch (diff) | |
download | gnupg-9fc2d24fdb06b45bfe85df4b3886e12f4daaf282.tar.gz gnupg-9fc2d24fdb06b45bfe85df4b3886e12f4daaf282.zip |
See ChangeLog: Mon Aug 21 17:59:17 CEST 2000 Werner Koch
Diffstat (limited to 'include')
-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, |