summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-12-28 15:36:26 +0100
committerChristian Grothoff <christian@grothoff.org>2021-12-28 15:36:26 +0100
commit5cd2bc5de3abf5863ac1718043485a2a74a3d364 (patch)
tree0861ad2340f2f970e01acd92a86a1153ce87225c /src
parentef4238874f6628a9ee4464ad3b70a7fde96d518b (diff)
downloadexchange-5cd2bc5de3abf5863ac1718043485a2a74a3d364.tar.gz
exchange-5cd2bc5de3abf5863ac1718043485a2a74a3d364.tar.bz2
exchange-5cd2bc5de3abf5863ac1718043485a2a74a3d364.zip
-cleanup
Diffstat (limited to 'src')
-rw-r--r--src/exchangedb/exchangedb_plugin.c11
-rw-r--r--src/include/taler_json_lib.h2
2 files changed, 1 insertions, 12 deletions
diff --git a/src/exchangedb/exchangedb_plugin.c b/src/exchangedb/exchangedb_plugin.c
index 21bb032f3..5dc41d988 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 888256385..ac8793ebc 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,