diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-08-04 12:51:53 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-08-04 12:52:18 +0200 |
commit | 976589d69bb836957148506a35996f97640962a0 (patch) | |
tree | 0343233b4046c3c8a16b7a2baa86f531a9219cdb /src/include | |
parent | 94da34ede8fb25c5d23829bd290de27d94c9971d (diff) |
more clear naming of variables
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_kyclogic_lib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_kyclogic_lib.h b/src/include/taler_kyclogic_lib.h index 7f7b27169..1fcf65ace 100644 --- a/src/include/taler_kyclogic_lib.h +++ b/src/include/taler_kyclogic_lib.h @@ -521,7 +521,7 @@ TALER_KYCLOGIC_check_form ( * @param prog_name the program to run * @param access_token access token for the measure * @param offset offset of the measure - * @param row_id row in the legitimization_measures table + * @param legitimization_measure_row_id row in the legitimization_measures table * @return JSON object with matching KycRequirementInformation */ json_t * @@ -530,7 +530,7 @@ TALER_KYCLOGIC_measure_to_requirement ( const char *prog_name, const struct TALER_AccountAccessTokenP *access_token, size_t offset, - uint64_t row_id); + uint64_t legitimization_measure_row_id); /** |