cpp: Add KeyListMode::Locate

* cpp/src/global.h (KeyListMode): Add Locate.

--
Similar to locate in core.
This commit is contained in:
Andre Heinecke 2018-10-09 11:26:15 +02:00
parent 9f85f4967e
commit c565cf42a3
No known key found for this signature in database
GPG Key ID: 2978E9D40CBABA5C

View File

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