diff options
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; |