aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_exchange_service.h5
-rw-r--r--src/include/taler_testing_lib.h14
2 files changed, 14 insertions, 5 deletions
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h
index 5829ebce..afaa2813 100644
--- a/src/include/taler_exchange_service.h
+++ b/src/include/taler_exchange_service.h
@@ -1472,11 +1472,6 @@ struct TALER_EXCHANGE_ReserveHistoryEntry
{
/**
- * Fee paid for the request.
- */
- struct TALER_Amount history_fee;
-
- /**
* When was the request made.
*/
struct GNUNET_TIME_Timestamp request_timestamp;
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h
index b0dee023..ff3936cf 100644
--- a/src/include/taler_testing_lib.h
+++ b/src/include/taler_testing_lib.h
@@ -956,6 +956,20 @@ TALER_TESTING_parse_coin_reference (
unsigned int *idx);
+/**
+ * Compare @a h1 and @a h2.
+ *
+ * @param h1 a history entry
+ * @param h2 a history entry
+ * @return 0 if @a h1 and @a h2 are equal
+ */
+int
+TALER_TESTING_history_entry_cmp (const struct
+ TALER_EXCHANGE_ReserveHistoryEntry *h1,
+ const struct
+ TALER_EXCHANGE_ReserveHistoryEntry *h2);
+
+
/* ************** Specific interpreter commands ************ */