aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_json_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2021-07-26 15:45:51 +0200
committerChristian Grothoff <grothoff@gnunet.org>2021-07-26 15:45:51 +0200
commitcaa326c94792deb0d6718515ab6a0589fae4c270 (patch)
treece12e36aad34d3a0f6ce0d3dce6c0c66c3243852 /src/include/gnunet_json_lib.h
parent51990dbbf5b7d5332526ed31285f50a5fcb75666 (diff)
downloadgnunet-caa326c94792deb0d6718515ab6a0589fae4c270.tar.gz
gnunet-caa326c94792deb0d6718515ab6a0589fae4c270.zip
-fix ftbfs
Diffstat (limited to 'src/include/gnunet_json_lib.h')
-rw-r--r--src/include/gnunet_json_lib.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/include/gnunet_json_lib.h b/src/include/gnunet_json_lib.h
index 7cb687593..2b582669f 100644
--- a/src/include/gnunet_json_lib.h
+++ b/src/include/gnunet_json_lib.h
@@ -539,7 +539,7 @@ struct GNUNET_JSON_PackSpec;
539 * @return json object to pack, NULL to pack nothing 539 * @return json object to pack, NULL to pack nothing
540 */ 540 */
541typedef json_t * 541typedef json_t *
542(GNUNET_JSON_PackCallback)(const struct GNUNET_JSON_PackSpec *se); 542(*GNUNET_JSON_PackCallback)(const struct GNUNET_JSON_PackSpec *se);
543 543
544 544
545/** 545/**
@@ -809,8 +809,8 @@ GNUNET_JSON_pack_time_rel (const char *name,
809 * @return json pack specification 809 * @return json pack specification
810 */ 810 */
811struct GNUNET_JSON_PackSpec 811struct GNUNET_JSON_PackSpec
812GNUNET_JSON_pack_time_rel (const char *name, 812GNUNET_JSON_pack_time_rel_nbo (const char *name,
813 struct GNUNET_TIME_RelativeNBO rt); 813 struct GNUNET_TIME_RelativeNBO rt);
814 814
815 815
816/** 816/**
@@ -835,8 +835,8 @@ GNUNET_JSON_pack_rsa_public_key (const char *name,
835 * @return json pack specification 835 * @return json pack specification
836 */ 836 */
837struct GNUNET_JSON_PackSpec 837struct GNUNET_JSON_PackSpec
838GNUNET_JSON_pack_ (const char *name, 838GNUNET_JSON_pack_rsa_signature (const char *name,
839 const struct GNUNET_CRYPTO_RsaSignature *sig); 839 const struct GNUNET_CRYPTO_RsaSignature *sig);
840 840
841 841
842#endif 842#endif