aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/function/KeyPackageOperator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/function/KeyPackageOperator.h')
-rw-r--r--src/core/function/KeyPackageOperator.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/function/KeyPackageOperator.h b/src/core/function/KeyPackageOperator.h
index e2fcc3e4..84b30adc 100644
--- a/src/core/function/KeyPackageOperator.h
+++ b/src/core/function/KeyPackageOperator.h
@@ -67,10 +67,10 @@ class GPGFRONTEND_CORE_EXPORT KeyPackageOperator {
* @return true if key package was generated
* @return false if key package was not generated
*/
- static auto GenerateKeyPackage(const std::filesystem::path &key_package_path,
+ static void GenerateKeyPackage(const std::filesystem::path &key_package_path,
const std::string &key_package_name,
- KeyIdArgsListPtr &key_ids, std::string &phrase,
- bool secret) -> bool;
+ const KeyArgsList &keys, std::string &phrase,
+ bool secret, const OperationCallback &cb);
/**
* @brief import key package