summaryrefslogtreecommitdiff
path: root/src/include/taler_wire_plugin.h
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-07-23 14:35:14 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2018-07-23 14:35:14 +0200
commit093dcc1c7372701a7bff3d07e6a52291cc6fd146 (patch)
tree55a9c90b22e30f8ac55de508e54ee51b29995c51 /src/include/taler_wire_plugin.h
parent6df3227c241e360b84accabff03a8d316ad2af21 (diff)
downloadexchange-093dcc1c7372701a7bff3d07e6a52291cc6fd146.tar.gz
exchange-093dcc1c7372701a7bff3d07e6a52291cc6fd146.tar.bz2
exchange-093dcc1c7372701a7bff3d07e6a52291cc6fd146.zip
Add "cancel" method to the last commit.
Diffstat (limited to 'src/include/taler_wire_plugin.h')
-rw-r--r--src/include/taler_wire_plugin.h10
1 files changed, 10 insertions, 0 deletions
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);
};