summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-05-21 23:08:05 +0200
committerChristian Grothoff <christian@grothoff.org>2020-05-21 23:08:05 +0200
commitb21e20f96e8906bed35b93c0bb3f6192778629f7 (patch)
treec6801c74023e020d697b479673a7b7c0f71e92ea /src/include
parenta6288a28425269951d0648953020f1205d3fa10d (diff)
downloadmerchant-b21e20f96e8906bed35b93c0bb3f6192778629f7.tar.gz
merchant-b21e20f96e8906bed35b93c0bb3f6192778629f7.tar.bz2
merchant-b21e20f96e8906bed35b93c0bb3f6192778629f7.zip
fix ftbfs
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_merchantdb_plugin.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/include/taler_merchantdb_plugin.h b/src/include/taler_merchantdb_plugin.h
index 60bf7778..2dc764e8 100644
--- a/src/include/taler_merchantdb_plugin.h
+++ b/src/include/taler_merchantdb_plugin.h
@@ -1751,36 +1751,6 @@ struct TALER_MERCHANTDB_Plugin
* @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.
- *
- * @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 fpu should we fetch details about individual pickups
* @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)