add missing comments
This commit is contained in:
parent
ffd7a343a6
commit
9413537e6d
@ -2007,9 +2007,19 @@ postgres_get_denomination_info (void *cls,
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Closure for #domination_cb_helper()
|
||||||
|
*/
|
||||||
struct DenomIteratorContext
|
struct DenomIteratorContext
|
||||||
{
|
{
|
||||||
|
/**
|
||||||
|
* Function to call with the results.
|
||||||
|
*/
|
||||||
TALER_EXCHANGEDB_DenominationInfoIterator cb;
|
TALER_EXCHANGEDB_DenominationInfoIterator cb;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Closure to pass to @e cb
|
||||||
|
*/
|
||||||
void *cb_cls;
|
void *cb_cls;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user