aboutsummaryrefslogtreecommitdiff
path: root/src/include/anastasis.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/anastasis.h')
-rw-r--r--src/include/anastasis.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/anastasis.h b/src/include/anastasis.h
index 1591106..d253868 100644
--- a/src/include/anastasis.h
+++ b/src/include/anastasis.h
@@ -613,6 +613,7 @@ typedef void
613 * 613 *
614 * @param ctx the CURL context used to connect to the backend 614 * @param ctx the CURL context used to connect to the backend
615 * @param user_id user identifier derived from user data and backend salt 615 * @param user_id user identifier derived from user data and backend salt
616 * @param provider_url base URL of the provider to upload to
616 * @param type defines the type of the challenge (secure question, sms, email) 617 * @param type defines the type of the challenge (secure question, sms, email)
617 * @param instructions depending on @a type! usually only for security question/answer! 618 * @param instructions depending on @a type! usually only for security question/answer!
618 * @param mime_type format of the challenge 619 * @param mime_type format of the challenge
@@ -648,6 +649,7 @@ ANASTASIS_truth_upload (
648 * 649 *
649 * @param ctx the CURL context used to connect to the backend 650 * @param ctx the CURL context used to connect to the backend
650 * @param user_id user identifier derived from user data and backend salt 651 * @param user_id user identifier derived from user data and backend salt
652 * @param provider_url base URL of the provider to upload to
651 * @param type defines the type of the challenge (secure question, sms, email) 653 * @param type defines the type of the challenge (secure question, sms, email)
652 * @param instructions depending on @a type! usually only for security question/answer! 654 * @param instructions depending on @a type! usually only for security question/answer!
653 * @param mime_type format of the challenge 655 * @param mime_type format of the challenge
@@ -946,11 +948,9 @@ struct ANASTASIS_ProviderDetails
946 * @param providers array of providers with URLs to upload the policies to 948 * @param providers array of providers with URLs to upload the policies to
947 * @param pss_length length of the @a providers array 949 * @param pss_length length of the @a providers array
948 * @param policies list of policies which are included in this recovery document 950 * @param policies list of policies which are included in this recovery document
949 * @param policies_length length of the @a policies array 951 * @param policies_len length of the @a policies array
950 * @param payment_years_requested for how many years would the client like the service to store the truth? 952 * @param payment_years_requested for how many years would the client like the service to store the truth?
951 * @param pay_timeout how long to wait for payment 953 * @param pay_timeout how long to wait for payment
952 * @param spc payment callback is opened to pay the upload
953 * @param spc_cls closure for the @a spc payment callback
954 * @param src callback for the upload process 954 * @param src callback for the upload process
955 * @param src_cls closure for the @a src upload callback 955 * @param src_cls closure for the @a src upload callback
956 * @param secret_name name of the core secret 956 * @param secret_name name of the core secret