gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -cleanup


From: gnunet
Subject: [taler-exchange] branch master updated: -cleanup
Date: Tue, 28 Dec 2021 15:36:28 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 5cd2bc5d -cleanup
5cd2bc5d is described below

commit 5cd2bc5de3abf5863ac1718043485a2a74a3d364
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Dec 28 15:36:26 2021 +0100

    -cleanup
---
 contrib/gana                       |  2 +-
 src/exchangedb/exchangedb_plugin.c | 11 -----------
 src/include/taler_json_lib.h       |  2 +-
 3 files changed, 2 insertions(+), 13 deletions(-)

diff --git a/contrib/gana b/contrib/gana
index 560c1ac1..b0dd85e8 160000
--- a/contrib/gana
+++ b/contrib/gana
@@ -1 +1 @@
-Subproject commit 560c1ac1d321f7da4fc43ef96858ac27b7eaa2bd
+Subproject commit b0dd85e8187f33a1f92dd5eb31082050d333e168
diff --git a/src/exchangedb/exchangedb_plugin.c 
b/src/exchangedb/exchangedb_plugin.c
index 21bb032f..5dc41d98 100644
--- a/src/exchangedb/exchangedb_plugin.c
+++ b/src/exchangedb/exchangedb_plugin.c
@@ -24,12 +24,6 @@
 #include <ltdl.h>
 
 
-/**
- * Initialize the plugin.
- *
- * @param cfg configuration to use
- * @return #GNUNET_OK on success
- */
 struct TALER_EXCHANGEDB_Plugin *
 TALER_EXCHANGEDB_plugin_load (const struct GNUNET_CONFIGURATION_Handle *cfg)
 {
@@ -62,11 +56,6 @@ TALER_EXCHANGEDB_plugin_load (const struct 
GNUNET_CONFIGURATION_Handle *cfg)
 }
 
 
-/**
- * Shutdown the plugin.
- *
- * @param plugin the plugin to unload
- */
 void
 TALER_EXCHANGEDB_plugin_unload (struct TALER_EXCHANGEDB_Plugin *plugin)
 {
diff --git a/src/include/taler_json_lib.h b/src/include/taler_json_lib.h
index 88825638..ac8793eb 100644
--- a/src/include/taler_json_lib.h
+++ b/src/include/taler_json_lib.h
@@ -547,7 +547,7 @@ TALER_deposit_extension_hash (const json_t *extensions,
  *
  * @param root is the json object
  * @param[out] mask on succes, will contain the age mask
- * @return GNUNET_OK on success and GNUNET_SYSERR on failure.
+ * @return #GNUNET_OK on success and #GNUNET_SYSERR on failure.
  */
 enum GNUNET_GenericReturnValue
 TALER_agemask_parse_json (const json_t *root,

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