summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi/include/sequoia/openpgp.h
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp-ffi/include/sequoia/openpgp.h')
-rw-r--r--openpgp-ffi/include/sequoia/openpgp.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/openpgp-ffi/include/sequoia/openpgp.h b/openpgp-ffi/include/sequoia/openpgp.h
index 69856832..e08a4901 100644
--- a/openpgp-ffi/include/sequoia/openpgp.h
+++ b/openpgp-ffi/include/sequoia/openpgp.h
@@ -1037,6 +1037,12 @@ void pgp_cert_builder_add_transport_encryption_subkey(pgp_cert_builder_t *certb)
void pgp_cert_builder_add_certification_subkey(pgp_cert_builder_t *certb);
/*/
+/// Sets the creation time.
+/*/
+void pgp_cert_builder_set_creation_time(pgp_cert_builder_t *certb,
+ time_t when);
+
+/*/
/// Generates the actual Cert.
///
/// Consumes `certb`.