diff options
author | Werner Koch <[email protected]> | 2018-03-20 10:13:14 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2018-03-20 10:13:14 +0000 |
commit | 44f9e80ea99733f373d75c3632273f763e6f5853 (patch) | |
tree | b3a504019e761a7624908058a0987eab01bf4505 /lang/cpp/src/importresult.h | |
parent | json: Add framework for the gpgme-json tool (diff) | |
parent | core: Do not clobber R_KEY in gpgme_get_key on error. (diff) | |
download | gpgme-44f9e80ea99733f373d75c3632273f763e6f5853.tar.gz gpgme-44f9e80ea99733f373d75c3632273f763e6f5853.zip |
Merge branch 'master' into json-tool
Diffstat (limited to 'lang/cpp/src/importresult.h')
-rw-r--r-- | lang/cpp/src/importresult.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/cpp/src/importresult.h b/lang/cpp/src/importresult.h index 2f0e7f20..05476796 100644 --- a/lang/cpp/src/importresult.h +++ b/lang/cpp/src/importresult.h @@ -78,6 +78,7 @@ public: int numSecretKeysUnchanged() const; int notImported() const; + int numV3KeysSkipped() const; Import import(unsigned int idx) const; std::vector<Import> imports() const; |