summaryrefslogtreecommitdiffstats
path: root/ffi/include/sequoia/openpgp.h
diff options
context:
space:
mode:
Diffstat (limited to 'ffi/include/sequoia/openpgp.h')
-rw-r--r--ffi/include/sequoia/openpgp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ffi/include/sequoia/openpgp.h b/ffi/include/sequoia/openpgp.h
index 88d43863..5900d565 100644
--- a/ffi/include/sequoia/openpgp.h
+++ b/ffi/include/sequoia/openpgp.h
@@ -1063,6 +1063,11 @@ sq_status_t sq_tsk_serialize (sq_context_t ctx,
sq_writer_t writer);
/*/
+/// Clones the key.
+/*/
+sq_p_key_t sq_p_key_clone (sq_p_key_t key);
+
+/*/
/// Computes and returns the key's fingerprint as per Section 12.2
/// of RFC 4880.
/*/