diff options
Diffstat (limited to 'src/exchangedb/pg_lookup_active_legitimization.h')
-rw-r--r-- | src/exchangedb/pg_lookup_active_legitimization.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/exchangedb/pg_lookup_active_legitimization.h b/src/exchangedb/pg_lookup_active_legitimization.h index f7bce41cb..52e508e9b 100644 --- a/src/exchangedb/pg_lookup_active_legitimization.h +++ b/src/exchangedb/pg_lookup_active_legitimization.h @@ -34,6 +34,7 @@ * 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 @@ -43,6 +44,7 @@ TEH_PG_lookup_active_legitimization ( void *cls, uint64_t legitimization_process_serial_id, uint32_t *measure_index, + char **provider_name, json_t **jmeasures); |