summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi/include
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2020-02-26 22:48:59 +0100
committerNeal H. Walfield <neal@pep.foundation>2020-02-26 22:48:59 +0100
commitceab08e222fadc68c3330dbfe2b47db34bf7141f (patch)
tree6c504cfaa92b4624985547d823933d81c9168402 /openpgp-ffi/include
parent5777431cf43a89846d0b7bb00829604042015e03 (diff)
openpgp: Complete the binding -> bundle rename.
Diffstat (limited to 'openpgp-ffi/include')
-rw-r--r--openpgp-ffi/include/sequoia/openpgp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp-ffi/include/sequoia/openpgp.h b/openpgp-ffi/include/sequoia/openpgp.h
index bc098339..dd0b0fa0 100644
--- a/openpgp-ffi/include/sequoia/openpgp.h
+++ b/openpgp-ffi/include/sequoia/openpgp.h
@@ -939,7 +939,7 @@ int pgp_cert_is_tsk(pgp_cert_t cert);
/*/
/// Returns an iterator over the `UserIDBundle`s.
/*/
-pgp_user_id_bundle_iter_t pgp_cert_user_id_binding_iter (pgp_cert_t cert);
+pgp_user_id_bundle_iter_t pgp_cert_user_id_bundle_iter (pgp_cert_t cert);
/*/
/// Returns an iterator over all `Key`s in a Cert.