diff options
Diffstat (limited to '')
-rw-r--r-- | lang/cpp/src/context.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/cpp/src/context.h b/lang/cpp/src/context.h index f5e2b958..b1e4f5ff 100644 --- a/lang/cpp/src/context.h +++ b/lang/cpp/src/context.h @@ -214,6 +214,10 @@ public: GpgME::Error edit(const Key &key, std::unique_ptr<EditInteractor> function, Data &out); GpgME::Error startEditing(const Key &key, std::unique_ptr<EditInteractor> function, Data &out); + // using TofuInfo::Policy + Error setTofuPolicy(const Key &k, unsigned int policy); + Error setTofuPolicyStart(const Key &k, unsigned int policy); + EditInteractor *lastEditInteractor() const; std::unique_ptr<EditInteractor> takeLastEditInteractor(); |