[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] branch master updated: -fix ftbfs
From: |
gnunet |
Subject: |
[gnunet] branch master updated: -fix ftbfs |
Date: |
Mon, 26 Jul 2021 15:49:36 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new caa326c94 -fix ftbfs
new 089fe579a -fix ftbfs
caa326c94 is described below
commit caa326c94792deb0d6718515ab6a0589fae4c270
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Mon Jul 26 15:45:51 2021 +0200
-fix ftbfs
---
src/include/gnunet_json_lib.h | 10 +++++-----
1 file 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;
* @return json object to pack, NULL to pack nothing
*/
typedef json_t *
-(GNUNET_JSON_PackCallback)(const struct GNUNET_JSON_PackSpec *se);
+(*GNUNET_JSON_PackCallback)(const struct GNUNET_JSON_PackSpec *se);
/**
@@ -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_signature (const char *name,
+ const struct GNUNET_CRYPTO_RsaSignature *sig);
#endif
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.