aboutsummaryrefslogtreecommitdiff
path: root/src/include/taler_exchangedb_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/taler_exchangedb_plugin.h')
-rw-r--r--src/include/taler_exchangedb_plugin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h
index 39d971f09..c633675d8 100644
--- a/src/include/taler_exchangedb_plugin.h
+++ b/src/include/taler_exchangedb_plugin.h
@@ -7559,6 +7559,7 @@ struct TALER_EXCHANGEDB_Plugin
* row in legitimization_processes table to access
* @param[out] measure_index set to the measure the
* process is trying to satisfy
+ * @param[out] provider_name name of the provider, must be freed by caller
* @param[out] jmeasures set to the legitimization
* measures that were put on the account
* @return database transaction status
@@ -7568,6 +7569,7 @@ struct TALER_EXCHANGEDB_Plugin
void *cls,
uint64_t legitimization_process_serial_id,
uint32_t *measure_index,
+ char **provider_name,
json_t **jmeasures);