diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-16 22:40:12 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-16 22:40:12 +0100 |
commit | 0305cf5f9eb904e7a3ab3e8d39f4974a92a9a0b3 (patch) | |
tree | 8a5d839bb3cfb5e96b430ff6d1eeeed653cc4a6b /src/include/taler_testing_lib.h | |
parent | 0a415262daa93c96a9305df11a6573b49976a8cc (diff) |
move function to libtalerexchangedb, as planned
Diffstat (limited to 'src/include/taler_testing_lib.h')
-rw-r--r-- | src/include/taler_testing_lib.h | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index 9b0ca422c..783aa5966 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -104,7 +104,7 @@ struct TALER_TESTING_DatabaseConnection * Database plugin. */ struct TALER_EXCHANGEDB_Plugin *plugin; - + /** * Session with the database. */ @@ -1679,6 +1679,7 @@ TALER_TESTING_cmd_serialize_keys (const char *label); struct TALER_TESTING_Command TALER_TESTING_cmd_connect_with_state (const char *label, const char *state_reference); + /** * Make the "insert-deposit" CMD. * @@ -1694,12 +1695,13 @@ TALER_TESTING_cmd_connect_with_state (const char *label, */ struct TALER_TESTING_Command TALER_TESTING_cmd_insert_deposit (const char *label, - const struct TALER_TESTING_DatabaseConnection *dbc, - const char *merchant_name, - const char *merchant_account, - struct GNUNET_TIME_Relative wire_deadline, - const char *amount_with_fee, - const char *deposit_fee); + const struct + TALER_TESTING_DatabaseConnection *dbc, + const char *merchant_name, + const char *merchant_account, + struct GNUNET_TIME_Relative wire_deadline, + const char *amount_with_fee, + const char *deposit_fee); /* *** Generic trait logic for implementing traits ********* */ |