-doxygen fixes
This commit is contained in:
parent
5dcad73d29
commit
66d78c73e4
@ -55,7 +55,7 @@ struct WireTransferResultContext
|
|||||||
/**
|
/**
|
||||||
* Function to be called with the results of a SELECT statement
|
* Function to be called with the results of a SELECT statement
|
||||||
* that has returned @a num_results results. Helper function
|
* that has returned @a num_results results. Helper function
|
||||||
* for #postgres_lookup_wire_transfer().
|
* for #TEH_PG_lookup_wire_transfer().
|
||||||
*
|
*
|
||||||
* @param cls closure of type `struct WireTransferResultContext *`
|
* @param cls closure of type `struct WireTransferResultContext *`
|
||||||
* @param result the postgres result
|
* @param result the postgres result
|
||||||
@ -148,8 +148,6 @@ TEH_PG_lookup_wire_transfer (
|
|||||||
ctx.cb_cls = cb_cls;
|
ctx.cb_cls = cb_cls;
|
||||||
ctx.pg = pg;
|
ctx.pg = pg;
|
||||||
ctx.status = GNUNET_OK;
|
ctx.status = GNUNET_OK;
|
||||||
/* check if the melt record exists and get it */
|
|
||||||
/* Used in #postgres_lookup_wire_transfer */
|
|
||||||
PREPARE (pg,
|
PREPARE (pg,
|
||||||
"lookup_transactions",
|
"lookup_transactions",
|
||||||
"SELECT"
|
"SELECT"
|
||||||
|
@ -198,7 +198,7 @@ struct TALER_CRYPTO_CsRDeriveRequest
|
|||||||
struct TALER_CRYPTO_BatchDeriveRequest
|
struct TALER_CRYPTO_BatchDeriveRequest
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Type is #TALER_HELPER_RSA_MT_REQ_BATCH_RDERIVE.
|
* Type is #TALER_HELPER_CS_MT_REQ_BATCH_RDERIVE.
|
||||||
*/
|
*/
|
||||||
struct GNUNET_MessageHeader header;
|
struct GNUNET_MessageHeader header;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user