cpp: Add KeyListMode::Locate
* cpp/src/global.h (KeyListMode): Add Locate. -- Similar to locate in core.
This commit is contained in:
parent
9f85f4967e
commit
c565cf42a3
@ -60,6 +60,7 @@ enum Engine { GpgEngine, GpgSMEngine, GpgConfEngine, UnknownEngine, AssuanEngine
|
|||||||
enum KeyListMode {
|
enum KeyListMode {
|
||||||
Local = 0x1,
|
Local = 0x1,
|
||||||
Extern = 0x2,
|
Extern = 0x2,
|
||||||
|
Locate = 0x3,
|
||||||
Signatures = 0x4,
|
Signatures = 0x4,
|
||||||
SignatureNotations = 0x8,
|
SignatureNotations = 0x8,
|
||||||
Validate = 0x10,
|
Validate = 0x10,
|
||||||
|
Loading…
Reference in New Issue
Block a user