1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

See ChangeLog: Mon Aug 21 17:59:17 CEST 2000 Werner Koch

This commit is contained in:
Werner Koch 2000-08-21 15:54:37 +00:00
parent c9c709545a
commit 9fc2d24fdb
7 changed files with 381 additions and 0 deletions

View file

@ -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,