summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi/include/sequoia/openpgp/packet.h
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp-ffi/include/sequoia/openpgp/packet.h')
-rw-r--r--openpgp-ffi/include/sequoia/openpgp/packet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp-ffi/include/sequoia/openpgp/packet.h b/openpgp-ffi/include/sequoia/openpgp/packet.h
index 8035b0c3..702ad355 100644
--- a/openpgp-ffi/include/sequoia/openpgp/packet.h
+++ b/openpgp-ffi/include/sequoia/openpgp/packet.h
@@ -20,7 +20,7 @@ char *pgp_packet_debug (const pgp_packet_t fp);
/*/
/// Compares objects of this kind.
/*/
-int pgp_packet_equal (const pgp_packet_t a, const pgp_packet_t b);
+bool pgp_packet_equal (const pgp_packet_t a, const pgp_packet_t b);
/*/
/// Hashes this object.