diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_merchant_testing_lib.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/include/taler_merchant_testing_lib.h b/src/include/taler_merchant_testing_lib.h index 89c90cf9..c860baf2 100644 --- a/src/include/taler_merchant_testing_lib.h +++ b/src/include/taler_merchant_testing_lib.h @@ -1903,11 +1903,11 @@ TALER_TESTING_cmd_checkserver2 (const char *label, op (paths, const char *) \ op (payto_uris, const char *) \ op (amounts, const struct TALER_Amount) \ - op (urls, char *) \ - op (http_methods, char *) \ - op (http_header, char *) \ - op (http_body, void *) \ - op (http_body_size, size_t) \ + op (urls, const char *) \ + op (http_methods, const char *) \ + op (http_header, const char *) \ + op (http_body, const void *) \ + op (http_body_size, const size_t) \ op (planchet_secrets, const struct TALER_PlanchetMasterSecretP) |