summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_responses.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-06-19 21:08:40 +0200
committerChristian Grothoff <christian@grothoff.org>2017-06-19 21:08:40 +0200
commit247f82c088dd1575709a676ab87555514fa6445e (patch)
treed0a41eed8c3991a45eb06a4b549105cc3402d8c2 /src/exchange/taler-exchange-httpd_responses.h
parentf8e62141f27c296b326fc810f18206d16d41b468 (diff)
downloadexchange-247f82c088dd1575709a676ab87555514fa6445e.tar.gz
exchange-247f82c088dd1575709a676ab87555514fa6445e.tar.bz2
exchange-247f82c088dd1575709a676ab87555514fa6445e.zip
move reply_transfer_pending to where it belongs
Diffstat (limited to 'src/exchange/taler-exchange-httpd_responses.h')
-rw-r--r--src/exchange/taler-exchange-httpd_responses.h15
1 files changed, 1 insertions, 14 deletions
diff --git a/src/exchange/taler-exchange-httpd_responses.h b/src/exchange/taler-exchange-httpd_responses.h
index 226aa8aae..1e504fd63 100644
--- a/src/exchange/taler-exchange-httpd_responses.h
+++ b/src/exchange/taler-exchange-httpd_responses.h
@@ -16,7 +16,7 @@
/**
* @file taler-exchange-httpd_responses.h
- * @brief API for generating the various replies of the exchange; these
+ * @brief API for generating generic replies of the exchange; these
* functions are called TEH_RESPONSE_reply_ and they generate
* and queue MHD response objects for a given connection.
* @author Florian Dold
@@ -288,19 +288,6 @@ TEH_RESPONSE_reply_transaction_unknown (struct MHD_Connection *connection,
/**
- * A merchant asked for details about a deposit, but
- * we did not execute the deposit yet. Generate a 202 reply.
- *
- * @param connection connection to the client
- * @param planned_exec_time planned execution time
- * @return MHD result code
- */
-int
-TEH_RESPONSE_reply_transfer_pending (struct MHD_Connection *connection,
- struct GNUNET_TIME_Absolute planned_exec_time);
-
-
-/**
* Compile the transaction history of a coin into a JSON object.
*
* @param tl transaction history to JSON-ify