aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine-backend.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/engine-backend.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/engine-backend.h b/src/engine-backend.h
index fa0b4392..e540acb9 100644
--- a/src/engine-backend.h
+++ b/src/engine-backend.h
@@ -118,6 +118,9 @@ struct engine_ops
/* Cancel only the current operation, not the whole session. */
gpgme_error_t (*cancel_op) (void *engine);
+
+ /* Change the passphrase for KEY. */
+ gpgme_error_t (*passwd) (void *engine, gpgme_key_t key, unsigned int flags);
};