diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-05-23 15:29:35 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-05-23 15:29:35 +0200 |
commit | a509a91f924cad3b5f0336f78e5c80e3621ad52b (patch) | |
tree | 404bfdbbd566478a158aa60e957bff37bc16364e /src/testing/testing_api_cmd_common.c | |
parent | cdd2930a9951a552d221b8a8b8e9c0df35ad8be2 (diff) |
-more reserve history fixes
Diffstat (limited to 'src/testing/testing_api_cmd_common.c')
-rw-r--r-- | src/testing/testing_api_cmd_common.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/testing/testing_api_cmd_common.c b/src/testing/testing_api_cmd_common.c index 1e243937..138e5502 100644 --- a/src/testing/testing_api_cmd_common.c +++ b/src/testing/testing_api_cmd_common.c @@ -26,10 +26,9 @@ int -TALER_TESTING_history_entry_cmp (const struct - TALER_EXCHANGE_ReserveHistoryEntry *h1, - const struct - TALER_EXCHANGE_ReserveHistoryEntry *h2) +TALER_TESTING_history_entry_cmp ( + const struct TALER_EXCHANGE_ReserveHistoryEntry *h1, + const struct TALER_EXCHANGE_ReserveHistoryEntry *h2) { if (h1->type != h2->type) return 1; |