gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-exchange] branch master updated: Add "cancel" method


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: Add "cancel" method to the last commit.
Date: Mon, 23 Jul 2018 14:35:36 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 093dcc1  Add "cancel" method to the last commit.
093dcc1 is described below

commit 093dcc1c7372701a7bff3d07e6a52291cc6fd146
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Jul 23 14:35:14 2018 +0200

    Add "cancel" method to the last commit.
---
 src/include/taler_wire_plugin.h | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/src/include/taler_wire_plugin.h b/src/include/taler_wire_plugin.h
index ddbb725..203d6e3 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);
 };
 
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]