summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_db.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-06-19 20:46:24 +0200
committerChristian Grothoff <christian@grothoff.org>2017-06-19 20:46:24 +0200
commit703c54a279af8441e1a1e686f71d26bcd69bfd7d (patch)
tree233f57e999224430f2844c6a01c7e1da07d63a86 /src/exchange/taler-exchange-httpd_db.h
parenta0c66e79191ca4339ea91e74e3742ccd8bd515ab (diff)
downloadexchange-703c54a279af8441e1a1e686f71d26bcd69bfd7d.tar.gz
exchange-703c54a279af8441e1a1e686f71d26bcd69bfd7d.tar.bz2
exchange-703c54a279af8441e1a1e686f71d26bcd69bfd7d.zip
fix #5010 for /track/transaction
Diffstat (limited to 'src/exchange/taler-exchange-httpd_db.h')
-rw-r--r--src/exchange/taler-exchange-httpd_db.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/exchange/taler-exchange-httpd_db.h b/src/exchange/taler-exchange-httpd_db.h
index 662f034de..85a1604cf 100644
--- a/src/exchange/taler-exchange-httpd_db.h
+++ b/src/exchange/taler-exchange-httpd_db.h
@@ -175,27 +175,5 @@ int
TEH_DB_execute_refresh_link (struct MHD_Connection *connection,
const struct TALER_CoinSpendPublicKeyP *coin_pub);
-
-
-/**
- * Add an incoming transaction to the database.
- *
- * @param connection the MHD connection to handle
- * @param reserve_pub public key of the reserve
- * @param amount amount to add to the reserve
- * @param execution_time when did we receive the wire transfer
- * @param sender_account_details which account send the funds
- * @param transfer_details information that uniquely identifies the transfer
- * @return MHD result code
- */
-int
-TEH_DB_execute_admin_add_incoming (struct MHD_Connection *connection,
- const struct TALER_ReservePublicKeyP *reserve_pub,
- const struct TALER_Amount *amount,
- struct GNUNET_TIME_Absolute execution_time,
- const json_t *sender_account_details,
- const json_t *transfer_details);
-
-
#endif
/* TALER_EXCHANGE_HTTPD_DB_H */