aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-07-30 12:32:42 +0200
committerChristian Grothoff <christian@grothoff.org>2023-07-30 12:32:42 +0200
commitb5cd1d1102e0c3e88604d5ba9d39090ddebc8b58 (patch)
tree0c6ed463fb712c0d75665d825f47eef1fb7e8476 /src/include
parent85a8cdb4f78336016b9dd8dabaf2afd536b8bb44 (diff)
-remove _tuple suffix
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_merchant_testing_lib.h105
1 files changed, 53 insertions, 52 deletions
diff --git a/src/include/taler_merchant_testing_lib.h b/src/include/taler_merchant_testing_lib.h
index abea85d4..752342ab 100644
--- a/src/include/taler_merchant_testing_lib.h
+++ b/src/include/taler_merchant_testing_lib.h
@@ -1166,10 +1166,11 @@ TALER_TESTING_cmd_merchant_get_reserve (const char *label,
*/
struct TALER_TESTING_Command
TALER_TESTING_cmd_merchant_get_reserve_with_rewards (const char *label,
- const char *merchant_url,
- unsigned int http_status,
- const char *reserve_reference,
- ...);
+ const char *merchant_url,
+ unsigned int http_status,
+ const char *
+ reserve_reference,
+ ...);
/**
@@ -1237,9 +1238,9 @@ TALER_TESTING_cmd_merchant_purge_reserve (const char *label,
*/
struct TALER_TESTING_Command
TALER_TESTING_cmd_get_rewards (const char *label,
- const char *merchant_url,
- unsigned int http_status,
- ...);
+ const char *merchant_url,
+ unsigned int http_status,
+ ...);
/**
@@ -1258,11 +1259,11 @@ TALER_TESTING_cmd_get_rewards (const char *label,
*/
struct TALER_TESTING_Command
TALER_TESTING_cmd_get_rewards2 (const char *label,
- const char *merchant_url,
- uint64_t offset,
- int64_t limit,
- unsigned int http_status,
- ...);
+ const char *merchant_url,
+ uint64_t offset,
+ int64_t limit,
+ unsigned int http_status,
+ ...);
/**
@@ -1276,9 +1277,9 @@ TALER_TESTING_cmd_get_rewards2 (const char *label,
*/
struct TALER_TESTING_Command
TALER_TESTING_cmd_merchant_get_reward (const char *label,
- const char *merchant_url,
- const char *reward_reference,
- unsigned int http_status);
+ const char *merchant_url,
+ const char *reward_reference,
+ unsigned int http_status);
/**
@@ -1295,10 +1296,10 @@ TALER_TESTING_cmd_merchant_get_reward (const char *label,
*/
struct TALER_TESTING_Command
TALER_TESTING_cmd_merchant_get_reward_with_pickups (const char *label,
- const char *merchant_url,
- const char *reward_reference,
- unsigned int http_status,
- ...);
+ const char *merchant_url,
+ const char *reward_reference,
+ unsigned int http_status,
+ ...);
/**
* Define a GET /rewards/$REWARD_ID CMD.
@@ -1311,9 +1312,9 @@ TALER_TESTING_cmd_merchant_get_reward_with_pickups (const char *label,
*/
struct TALER_TESTING_Command
TALER_TESTING_cmd_wallet_get_reward (const char *label,
- const char *merchant_url,
- const char *reward_reference,
- unsigned int http_status);
+ const char *merchant_url,
+ const char *reward_reference,
+ unsigned int http_status);
/**
@@ -1328,10 +1329,10 @@ TALER_TESTING_cmd_wallet_get_reward (const char *label,
*/
struct TALER_TESTING_Command
TALER_TESTING_cmd_wallet_get_reward2 (const char *label,
- const char *merchant_url,
- const char *reward_reference,
- const char *amount_remaining,
- unsigned int http_status);
+ const char *merchant_url,
+ const char *reward_reference,
+ const char *amount_remaining,
+ unsigned int http_status);
/**
@@ -1350,11 +1351,11 @@ TALER_TESTING_cmd_wallet_get_reward2 (const char *label,
*/
struct TALER_TESTING_Command
TALER_TESTING_cmd_reward_authorize (const char *label,
- const char *merchant_url,
- const char *exchange_url,
- unsigned int http_status,
- const char *justification,
- const char *amount);
+ const char *merchant_url,
+ const char *exchange_url,
+ unsigned int http_status,
+ const char *justification,
+ const char *amount);
/**
@@ -1375,12 +1376,12 @@ TALER_TESTING_cmd_reward_authorize (const char *label,
*/
struct TALER_TESTING_Command
TALER_TESTING_cmd_reward_authorize_from_reserve (const char *label,
- const char *merchant_url,
- const char *exchange_url,
- const char *reserve_reference,
- unsigned int http_status,
- const char *justification,
- const char *amount);
+ const char *merchant_url,
+ const char *exchange_url,
+ const char *reserve_reference,
+ unsigned int http_status,
+ const char *justification,
+ const char *amount);
/**
@@ -1401,12 +1402,12 @@ TALER_TESTING_cmd_reward_authorize_from_reserve (const char *label,
*/
struct TALER_TESTING_Command
TALER_TESTING_cmd_reward_authorize_with_ec (const char *label,
- const char *merchant_url,
- const char *exchange_url,
- unsigned int http_status,
- const char *justification,
- const char *amount,
- enum TALER_ErrorCode ec);
+ const char *merchant_url,
+ const char *exchange_url,
+ unsigned int http_status,
+ const char *justification,
+ const char *amount,
+ enum TALER_ErrorCode ec);
/**
@@ -1469,11 +1470,11 @@ TALER_TESTING_cmd_reward_authorize_fake (const char *label);
*/
struct TALER_TESTING_Command
TALER_TESTING_cmd_reward_pickup_with_ec (const char *label,
- const char *merchant_url,
- unsigned int http_status,
- const char *authorize_reference,
- const char **amounts,
- enum TALER_ErrorCode ec);
+ const char *merchant_url,
+ unsigned int http_status,
+ const char *authorize_reference,
+ const char **amounts,
+ enum TALER_ErrorCode ec);
/**
* Define a /reward-pickup CMD.
@@ -1490,10 +1491,10 @@ TALER_TESTING_cmd_reward_pickup_with_ec (const char *label,
*/
struct TALER_TESTING_Command
TALER_TESTING_cmd_reward_pickup (const char *label,
- const char *merchant_url,
- unsigned int http_status,
- const char *authorize_reference,
- const char **amounts);
+ const char *merchant_url,
+ unsigned int http_status,
+ const char *authorize_reference,
+ const char **amounts);
/**