diff options
Diffstat (limited to 'src/auditor/report-lib.h')
-rw-r--r-- | src/auditor/report-lib.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/auditor/report-lib.h b/src/auditor/report-lib.h index fa634cf83..8176e740b 100644 --- a/src/auditor/report-lib.h +++ b/src/auditor/report-lib.h @@ -30,7 +30,7 @@ /** - * Command-line option "-r": TALER_ARL_restart audit from scratch + * Command-line option "-r": restart audit from scratch */ extern int TALER_ARL_restart; @@ -40,12 +40,12 @@ extern int TALER_ARL_restart; extern struct TALER_EXCHANGEDB_Plugin *TALER_ARL_edb; /** - * Which TALER_ARL_currency are we doing the audit for? + * Which currency are we doing the audit for? */ extern char *TALER_ARL_currency; /** - * How many fractional digits does the TALER_ARL_currency use? + * How many fractional digits does the currency use? */ extern struct TALER_Amount TALER_ARL_currency_round_unit; @@ -101,9 +101,9 @@ TALER_ARL_json_from_time_abs (struct GNUNET_TIME_Absolute at); /** - * Add @a object to the TALER_ARL_report @a array. Fail hard if this fails. + * Add @a object to the report @a array. Fail hard if this fails. * - * @param array TALER_ARL_report array to append @a object to + * @param array report array to append @a object to * @param object object to append, should be check that it is not NULL */ void @@ -117,7 +117,7 @@ TALER_ARL_report (json_t *array, * @param dh hash of the denomination public key to look up * @param[out] issue set to detailed information about @a denom_pub, NULL if not found, must * NOT be freed by caller - * @return TALER_ARL_transaction status code + * @return transaction status code */ enum GNUNET_DB_QueryStatus TALER_ARL_get_denomination_info_by_hash ( @@ -132,7 +132,7 @@ TALER_ARL_get_denomination_info_by_hash ( * @param[out] issue set to detailed information about @a denom_pub, NULL if not found, must * NOT be freed by caller * @param[out] dh set to the hash of @a denom_pub, may be NULL - * @return TALER_ARL_transaction status code + * @return transaction status code */ enum GNUNET_DB_QueryStatus TALER_ARL_get_denomination_info ( |