summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2020-06-17 09:01:25 +0200
committerNeal H. Walfield <neal@pep.foundation>2020-06-17 09:01:25 +0200
commitcd20d026549c26ef81a7ebc53abf7ed1b7b4764e (patch)
tree41a468c512e713c7b374f71e19fe27edfa04b078 /openpgp-ffi
parentadca6a88859a95ff5a0c6c350246ea24eb49179d (diff)
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.
Diffstat (limited to 'openpgp-ffi')
-rw-r--r--openpgp-ffi/include/sequoia/openpgp.h4
1 files 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`.