From cd20d026549c26ef81a7ebc53abf7ed1b7b4764e Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Wed, 17 Jun 2020 09:01:25 +0200 Subject: openpgp-ffi: Fix declaration. - In 4aee697b1a582be8f7e48e9ebc0f95a06d23e2b2, I changed the type of `pgp_valid_key_amalgamation_set_expiration_time`'s arguments, but I didn't update the declaration. - Fix the declaration. --- openpgp-ffi/include/sequoia/openpgp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openpgp-ffi/include/sequoia/openpgp.h b/openpgp-ffi/include/sequoia/openpgp.h index 5d85b964..9b6dadd1 100644 --- a/openpgp-ffi/include/sequoia/openpgp.h +++ b/openpgp-ffi/include/sequoia/openpgp.h @@ -1185,8 +1185,8 @@ pgp_status_t pgp_valid_key_amalgamation_set_expiration_time pgp_valid_key_amalgamation_t ka, pgp_signer_t signer, time_t time, - pgp_packet_t **packets, - size_t *packet_count); + pgp_signature_t **sigs, + size_t *sig_count); /*/ /// Changes the policy applied to the `ValidKeyAmalgamation`. -- cgit v1.2.3