gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] 133/277: fix ftbfs


From: gnunet
Subject: [taler-merchant] 133/277: fix ftbfs
Date: Sun, 05 Jul 2020 20:50:46 +0200

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

grothoff pushed a commit to branch master
in repository merchant.

commit b21e20f96e8906bed35b93c0bb3f6192778629f7
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu May 21 23:08:05 2020 +0200

    fix ftbfs
---
 src/include/taler_merchantdb_plugin.h | 30 ------------------------------
 1 file changed, 30 deletions(-)

diff --git a/src/include/taler_merchantdb_plugin.h 
b/src/include/taler_merchantdb_plugin.h
index 60bf777..2dc764e 100644
--- a/src/include/taler_merchantdb_plugin.h
+++ b/src/include/taler_merchantdb_plugin.h
@@ -1745,36 +1745,6 @@ struct TALER_MERCHANTDB_Plugin
                 struct TALER_ReservePrivateKeyP *reserve_priv);
 
 
-  /**
-   * Lookup tip details for tip @a tip_id.
-   *
-   * @param cls closure, typically a connection to the db
-   * @param instance_id which instance should we lookup tip details for
-   * @param tip_id which tip should we lookup details on
-   * @param[out] total_authorized amount how high is the tip (with fees)
-   * @param[out] total_picked_up how much of the tip was so far picked up 
(with fees)
-   * @param[out] expiration set to when the tip expires
-   * @param[out] exchange_url set to the exchange URL where the reserve is
-   * @param[out] reserve_priv set to private key of reserve to be debited
-   * @return transaction status,
-   *      #TALER_EC_TIP_AUTHORIZE_RESERVE_EXPIRED if the reserve is known but 
has expired
-   *      #TALER_EC_TIP_AUTHORIZE_RESERVE_UNKNOWN if the reserve is not known
-   *      #TALER_EC_TIP_AUTHORIZE_INSUFFICIENT_FUNDS if the reserve has 
insufficient funds left
-   *      #TALER_EC_TIP_AUTHORIZE_DB_HARD_ERROR on hard DB errors
-   *      #TALER_EC_TIP_AUTHORIZE_DB_SOFT_ERROR on soft DB errors (client 
should retry)
-   *      #TALER_EC_NONE upon success
-   */
-  enum TALER_ErrorCode
-  (*lookup_tip)(void *cls,
-                const char *instance_id,
-                const struct GNUNET_HashCode tip_id,
-                struct TALER_Amount *total_authorized,
-                struct TALER_Amount *total_picked_up,
-                struct GNUNET_TIME_Absolute *expiration,
-                char **exchange_url,
-                struct TALER_ReservePrivateKeyP *reserve_priv);
-
-
   /**
    * Lookup tip details for tip @a tip_id.
    *

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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