summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2019-05-09 10:07:39 +0200
committerNeal H. Walfield <neal@pep.foundation>2019-05-09 10:16:30 +0200
commit746e8176e9d0c92321d63adcebcd376290bda902 (patch)
treec66576ebee78d961e0eac0c7e09d8e5114cbb55f
parent687255e17fd2c4fe6871735f896c9abc2a6c88c2 (diff)
openpgp-ffi: Fix comment
-rw-r--r--openpgp-ffi/include/sequoia/openpgp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openpgp-ffi/include/sequoia/openpgp.h b/openpgp-ffi/include/sequoia/openpgp.h
index 1df8909c..bd9063a8 100644
--- a/openpgp-ffi/include/sequoia/openpgp.h
+++ b/openpgp-ffi/include/sequoia/openpgp.h
@@ -567,7 +567,9 @@ pgp_key_t pgp_tpk_key_iter_next (pgp_tpk_key_iter_t iter,
pgp_signature_t *signature,
pgp_revocation_status_t *rev);
+/*/
/// Frees an pgp_tpk_key_iter_t.
+/*/
void pgp_tpk_key_iter_free (pgp_tpk_key_iter_t iter);
/* openpgp::tpk. */