summaryrefslogtreecommitdiff
path: root/src/include/anastasis_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-02 11:46:53 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-02 11:47:25 +0200
commited7b39b035fa18b777b71ddc568deff2f7977c82 (patch)
treea0b6e7b61deb1ee359d73dc5087452cdd166319b /src/include/anastasis_service.h
parent3e8be4c4f824a09df14734ac4ccb9bcc5b2535d2 (diff)
downloadanastasis-ed7b39b035fa18b777b71ddc568deff2f7977c82.tar.gz
anastasis-ed7b39b035fa18b777b71ddc568deff2f7977c82.tar.bz2
anastasis-ed7b39b035fa18b777b71ddc568deff2f7977c82.zip
-more documentation fixes
Diffstat (limited to 'src/include/anastasis_service.h')
-rw-r--r--src/include/anastasis_service.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/include/anastasis_service.h b/src/include/anastasis_service.h
index 98ac490..9069035 100644
--- a/src/include/anastasis_service.h
+++ b/src/include/anastasis_service.h
@@ -388,11 +388,11 @@ typedef void
* @param recovery_data policy data to be stored
* @param recovery_data_size number of bytes in @a recovery_data
* @param payment_years_requested for how many years would the client like the service to store the truth?
- * @param paid_order_id payment identifier of last payment
+ * @param payment_secret payment identifier of last payment
* @param payment_timeout how long to wait for the payment, use
* #GNUNET_TIME_UNIT_ZERO to let the server pick
* @param cb callback processing the response from /policy
- * @param cb_cls closure for cb
+ * @param cb_cls closure for @a cb
* @return handle for the operation
*/
struct ANASTASIS_PolicyStoreOperation *
@@ -605,10 +605,10 @@ typedef void
*
* @param ctx execution context
* @param backend_url base URL of the merchant backend
- * @param truth_public_key identification of the Truth
+ * @param truth_uuid identification of the Truth
* @param truth_key Key used to Decrypt the Truth on the Server
* @param payment_secret secret from the previously done payment NULL to trigger payment
- * @param payment_timeout how long to wait for the payment, use
+ * @param timeout how long to wait for the payment, use
* #GNUNET_TIME_UNIT_ZERO to let the server pick
* @param hashed_answer hashed answer to the challenge
* @param cb callback which will work the response gotten from the backend
@@ -631,7 +631,7 @@ ANASTASIS_keyshare_lookup (
/**
* Cancel a GET /truth request.
*
- * @param tlo cancel the truth lookup operation
+ * @param kslo cancel the key share lookup operation
*/
void
ANASTASIS_keyshare_lookup_cancel (