summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi/include
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2019-05-07 12:07:09 +0200
committerNeal H. Walfield <neal@pep.foundation>2019-05-07 12:18:45 +0200
commitbc74fdabb41c6957de6d6adfaea5fe1858fce3ea (patch)
tree301c790930700841b65e3464e2a83850570ddf11 /openpgp-ffi/include
parent73052cba484cb473cf0c24a869b1cc234d53aefc (diff)
openpgp-ffi: Fix C interface.
- pgp_tpk_builder_autocrypt takes an optional string. Reflect this in the C declaration.
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 1f612855..c0ac87d6 100644
--- a/openpgp-ffi/include/sequoia/openpgp.h
+++ b/openpgp-ffi/include/sequoia/openpgp.h
@@ -815,7 +815,7 @@ pgp_tpk_builder_t pgp_tpk_builder_new(void);
///
/// [Autocrypt Level 1]: https://autocrypt.org/level1.html
/*/
-pgp_tpk_builder_t pgp_tpk_builder_autocrypt(void);
+pgp_tpk_builder_t pgp_tpk_builder_autocrypt(const char *uid);
/*/
/// Frees an `pgp_tpk_builder_t`.