summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi/src/cert.rs
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/src/cert.rs
parent5777431cf43a89846d0b7bb00829604042015e03 (diff)
openpgp: Complete the binding -> bundle rename.
Diffstat (limited to 'openpgp-ffi/src/cert.rs')
-rw-r--r--openpgp-ffi/src/cert.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/openpgp-ffi/src/cert.rs b/openpgp-ffi/src/cert.rs
index 6624d0dc..81b19123 100644
--- a/openpgp-ffi/src/cert.rs
+++ b/openpgp-ffi/src/cert.rs
@@ -403,9 +403,9 @@ pub extern "C" fn pgp_user_id_bundle_selfsig(
/* UserIDBundleIter */
-/// Returns an iterator over the Cert's user id bindings.
+/// Returns an iterator over the Cert's user id bundles.
#[::sequoia_ffi_macros::extern_fn] #[no_mangle]
-pub extern "C" fn pgp_cert_user_id_binding_iter(cert: *const Cert)
+pub extern "C" fn pgp_cert_user_id_bundle_iter(cert: *const Cert)
-> *mut UserIDBundleIter<'static>
{
let cert = cert.ref_raw();