summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-09-05 10:58:19 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-09-05 11:01:15 +0200
commitb0836a8c0c6e2a9e4e677290f4f56601f1aae8bc (patch)
tree4a5dda12d4da8cbe1217c18e49b2817e172d08ce /src/include
parent997b40e7052474b6e7b6924291bb7c7b120c2690 (diff)
downloadexchange-b0836a8c0c6e2a9e4e677290f4f56601f1aae8bc.tar.gz
exchange-b0836a8c0c6e2a9e4e677290f4f56601f1aae8bc.tar.bz2
exchange-b0836a8c0c6e2a9e4e677290f4f56601f1aae8bc.zip
Removing date-range-based logic from wire-plugin
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_wire_plugin.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/include/taler_wire_plugin.h b/src/include/taler_wire_plugin.h
index 1ee1b6b49..eb43f2277 100644
--- a/src/include/taler_wire_plugin.h
+++ b/src/include/taler_wire_plugin.h
@@ -314,31 +314,6 @@ struct TALER_WIRE_Plugin
void *hres_cb_cls);
/**
- * Query transfer history of an account. The query is based on
- * the dates where the wire transfers got settled at the bank.
- *
- * @param cls the @e cls of this struct with the plugin-specific state
- * @param account_section specifies the configuration section which
- * identifies the account for which we should get the history
- * @param direction what kinds of wire transfers should be returned
- * @param start_date each history entry in the result will be time
- * stamped after, or at this date.
- * @param end_date each history entry in the result will be time
- * stamped before, or at this date.
- * @param hres_cb the callback to call with the transaction history
- * @param hres_cb_cls closure for the above callback
- * @param return the operation handle, or NULL on errors.
- */
- struct TALER_WIRE_HistoryHandle *
- (*get_history_range) (void *cls,
- const char *account_section,
- enum TALER_BANK_Direction direction,
- struct GNUNET_TIME_Absolute start_date,
- struct GNUNET_TIME_Absolute end_date,
- TALER_WIRE_HistoryResultCallback hres_cb,
- void *hres_cb_cls);
-
- /**
* Cancel going over the account's history.
*
* @param cls plugins' closure