gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: -fix FTBFS in json pack header


From: gnunet
Subject: [gnunet] branch master updated: -fix FTBFS in json pack header
Date: Mon, 26 Jul 2021 15:47:11 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 3f2cfc1d9 -fix FTBFS in json pack header
3f2cfc1d9 is described below

commit 3f2cfc1d9c26afa625d8cb469d29e27f62d3f8cb
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Jul 26 15:43:51 2021 +0200

    -fix FTBFS in json pack header
---
 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..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

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]