Add "cancel" method to the last commit.

This commit is contained in:
Marcello Stanisci 2018-07-23 14:35:14 +02:00
parent 6df3227c24
commit 093dcc1c73
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -395,6 +395,16 @@ struct TALER_WIRE_Plugin
(*merchant_register)(void *cls,
const char *body,
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);
};