This commit is contained in:
Christian Grothoff 2021-12-28 15:36:26 +01:00
parent ef4238874f
commit 5cd2bc5de3
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
3 changed files with 2 additions and 13 deletions

@ -1 +1 @@
Subproject commit 560c1ac1d321f7da4fc43ef96858ac27b7eaa2bd
Subproject commit b0dd85e8187f33a1f92dd5eb31082050d333e168

View File

@ -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)
{

View File

@ -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,