aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_json_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_json_lib.h')
-rw-r--r--src/include/gnunet_json_lib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_json_lib.h b/src/include/gnunet_json_lib.h
index e962bd9cd..27a4a20cd 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/**
@@ -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_rsa_public_key_ (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