Add "cancel" method to the last commit.
This commit is contained in:
parent
6df3227c24
commit
093dcc1c73
@ -395,6 +395,16 @@ struct TALER_WIRE_Plugin
|
|||||||
(*merchant_register)(void *cls,
|
(*merchant_register)(void *cls,
|
||||||
const char *body,
|
const char *body,
|
||||||
TALER_WIRE_MerchantRegisterCallback mrcb);
|
TALER_WIRE_MerchantRegisterCallback mrcb);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Cancel pending operation of merchant registering.
|
||||||
|
*
|
||||||
|
* @param cls closure
|
||||||
|
* @param mrh handle to the pending operation to be cancelled.
|
||||||
|
*/
|
||||||
|
void
|
||||||
|
(*merchant_register_cancel)(void *cls,
|
||||||
|
struct TALER_WIRE_MerchantRegisterHandle *mrh);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user