From 3f2cfc1d9c26afa625d8cb469d29e27f62d3f8cb Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 26 Jul 2021 15:43:51 +0200 Subject: -fix FTBFS in json pack header --- src/include/gnunet_json_lib.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/include/gnunet_json_lib.h') diff --git a/src/include/gnunet_json_lib.h b/src/include/gnunet_json_lib.h index 7cb687593..e962bd9cd 100644 --- a/src/include/gnunet_json_lib.h +++ b/src/include/gnunet_json_lib.h @@ -555,7 +555,7 @@ struct GNUNET_JSON_PackSpec /** * Function that will do the packing. */ - GNUNET_JSON_PackCallback packer; + GNUNET_JSON_PackCallback *packer; /** * Closure for @e packer. @@ -809,8 +809,8 @@ GNUNET_JSON_pack_time_rel (const char *name, * @return json pack specification */ struct GNUNET_JSON_PackSpec -GNUNET_JSON_pack_time_rel (const char *name, - struct GNUNET_TIME_RelativeNBO rt); +GNUNET_JSON_pack_time_rel_nbo (const char *name, + struct GNUNET_TIME_RelativeNBO rt); /** @@ -835,8 +835,8 @@ GNUNET_JSON_pack_rsa_public_key (const char *name, * @return json pack specification */ struct GNUNET_JSON_PackSpec -GNUNET_JSON_pack_ (const char *name, - const struct GNUNET_CRYPTO_RsaSignature *sig); +GNUNET_JSON_pack_rsa_public_key_ (const char *name, + const struct GNUNET_CRYPTO_RsaSignature *sig); #endif -- cgit v1.2.3