diff options
Diffstat (limited to 'src/lib/anastasis_recovery.c')
-rw-r--r-- | src/lib/anastasis_recovery.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/lib/anastasis_recovery.c b/src/lib/anastasis_recovery.c index 2a606d2..e921cb1 100644 --- a/src/lib/anastasis_recovery.c +++ b/src/lib/anastasis_recovery.c | |||
@@ -236,8 +236,7 @@ struct ANASTASIS_Recovery | |||
236 | * Function called with the results of a #ANASTASIS_keyshare_lookup(). | 236 | * Function called with the results of a #ANASTASIS_keyshare_lookup(). |
237 | * | 237 | * |
238 | * @param cls closure | 238 | * @param cls closure |
239 | * @param http_status HTTP status of the request | 239 | * @param dd details about the lookup operation |
240 | * @param ud details about the lookup operation | ||
241 | */ | 240 | */ |
242 | static void | 241 | static void |
243 | keyshare_lookup_cb (void *cls, | 242 | keyshare_lookup_cb (void *cls, |
@@ -536,11 +535,11 @@ ANASTASIS_challenge_abort (struct ANASTASIS_Challenge *c) | |||
536 | 535 | ||
537 | 536 | ||
538 | /** | 537 | /** |
539 | * Function called with the results of a ANASTASIS_policy_lookup | 538 | * Function called with the results of a #ANASTASIS_policy_lookup() |
540 | * | 539 | * |
541 | * @param cls closure | 540 | * @param cls closure |
542 | * @param http_status HTTP status of the request | 541 | * @param http_status HTTp status code. |
543 | * @param ud details about the lookup operation | 542 | * @param dd details about the lookup operation |
544 | */ | 543 | */ |
545 | static void | 544 | static void |
546 | policy_lookup_cb (void *cls, | 545 | policy_lookup_cb (void *cls, |