From 093dcc1c7372701a7bff3d07e6a52291cc6fd146 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Mon, 23 Jul 2018 14:35:14 +0200 Subject: Add "cancel" method to the last commit. --- src/include/taler_wire_plugin.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/include/taler_wire_plugin.h') diff --git a/src/include/taler_wire_plugin.h b/src/include/taler_wire_plugin.h index ddbb725a7..203d6e37d 100644 --- a/src/include/taler_wire_plugin.h +++ b/src/include/taler_wire_plugin.h @@ -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); }; -- cgit v1.2.3