gnunet-svn
[Top][All Lists]
Advanced

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

[taler-donau] 04/05: [build] WIP: src/includes donaudb_plugin.h and dona


From: gnunet
Subject: [taler-donau] 04/05: [build] WIP: src/includes donaudb_plugin.h and donaudb_lib.h
Date: Mon, 27 Nov 2023 13:14:44 +0100

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

pius-loosli pushed a commit to branch master
in repository donau.

commit 4014b84dba98f4cb797db0cf539093f0716bc948
Author: Pius Loosli <loosp2@bfh.ch>
AuthorDate: Mon Nov 27 13:13:02 2023 +0100

    [build]  WIP: src/includes donaudb_plugin.h and donaudb_lib.h
---
 src/include/donaudb_lib.h    |  3 ++-
 src/include/donaudb_plugin.h | 16 ++++++++++------
 2 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/src/include/donaudb_lib.h b/src/include/donaudb_lib.h
index 3cd676d..cdf5d80 100644
--- a/src/include/donaudb_lib.h
+++ b/src/include/donaudb_lib.h
@@ -1,3 +1,4 @@
+/*
 This file is part of TALER
   Copyright (C) 2014 - 2020 Taler Systems SA
 
@@ -14,7 +15,7 @@ You should have received a copy of the GNU General Public 
License along with
                                                TALER; see the file
 COPYING.If not, see <http:                        // www.gnu.org/licenses/>
 *
-// **
+**
 *@file include / taler_donaudb_lib.h
 * @brief IO operations for the
         donau
diff --git a/src/include/donaudb_plugin.h b/src/include/donaudb_plugin.h
index a3054d4..6b64ade 100644
--- a/src/include/donaudb_plugin.h
+++ b/src/include/donaudb_plugin.h
@@ -23,9 +23,10 @@
 #include <jansson.h>
 #include <gnunet/gnunet_util_lib.h>
 #include <gnunet/gnunet_db_lib.h>
-#include "taler_json_lib.h"
-#include "taler_signatures.h"
-#include "taler_extensions_policy.h"
+#include "taler/taler_json_lib.h"
+#include "donau_signatures.h"
+#include "donau_util.h"
+#include "taler/taler_extensions_policy.h"
 
 /**
  * Meta data about a donation unit key.
@@ -45,7 +46,7 @@ struct TALER_DONAUDB_DonationUnitKeyMetaData
   /**
    * Hash code of the donation unit public key.
    */
-  struct TALER_DonationUnitHashP donation_unit_hash;
+  struct DONAU_DonationUnitHashP donation_unit_hash;
 
 };
 
@@ -84,12 +85,12 @@ struct TALER_DONAUDB_DonationUnitKey
    * The private key of the donation unit.  Will be NULL if the private
    * key is not available.
    */
-  struct TALER_DonationUnitPrivateKey donation_unit_priv;
+  // struct TALER_DonationUnitPublicKey donation_unit_priv;
 
   /**
    * Decoded donation unit public key.
    */
-  struct TALER_DonationUnitPublicKey donation_unit_pub;
+  // struct TALER_DonationUnitPublicKey donation_unit_pub;
 
 };
 
@@ -122,3 +123,6 @@ typedef void
   void *cls,
   const struct TALER_DonauPublicKeyP *donau_pub,
   const struct TALER_DONAUDB_SignkeyMetaData *meta);
+
+
+#endif
\ No newline at end of file

-- 
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]