diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-07-30 12:32:50 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-07-30 12:32:50 +0200 |
commit | 04e4c185002020e69130acfd243dbf971f5af348 (patch) | |
tree | 0969adc211d61dd978134e2267698f9f381db507 /src/include/taler_pq_lib.h | |
parent | 35011bf29b4576b8c63b71538557da1fd3ae657a (diff) |
-remove _tuple suffix
Diffstat (limited to 'src/include/taler_pq_lib.h')
-rw-r--r-- | src/include/taler_pq_lib.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/taler_pq_lib.h b/src/include/taler_pq_lib.h index 07e00ca38..25b5f8688 100644 --- a/src/include/taler_pq_lib.h +++ b/src/include/taler_pq_lib.h @@ -41,7 +41,7 @@ * @param amount pointer to the query parameter to pass */ struct GNUNET_PQ_QueryParam -TALER_PQ_query_param_amount_tuple ( +TALER_PQ_query_param_amount ( const struct GNUNET_PQ_Context *db, const struct TALER_Amount *amount); @@ -169,9 +169,9 @@ TALER_PQ_query_param_array_amount ( * @return array entry for the result specification to use */ struct GNUNET_PQ_ResultSpec -TALER_PQ_result_spec_amount_tuple (const char *name, - const char *currency, - struct TALER_Amount *amount); +TALER_PQ_result_spec_amount (const char *name, + const char *currency, + struct TALER_Amount *amount); /** * Denomination public key expected. |