diff options
Diffstat (limited to 'src/authorization/anastasis_authorization_plugin_post.c')
-rw-r--r-- | src/authorization/anastasis_authorization_plugin_post.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/authorization/anastasis_authorization_plugin_post.c b/src/authorization/anastasis_authorization_plugin_post.c index 8fa5979..3664776 100644 --- a/src/authorization/anastasis_authorization_plugin_post.c +++ b/src/authorization/anastasis_authorization_plugin_post.c | |||
@@ -172,7 +172,7 @@ get_message (const json_t *messages, | |||
172 | * | 172 | * |
173 | * @param cls closure | 173 | * @param cls closure |
174 | * @param connection HTTP client request (for queuing response) | 174 | * @param connection HTTP client request (for queuing response) |
175 | * @param truth_mime mime type of @e data | 175 | * @param mime_type mime type of @e data |
176 | * @param data input to validate (i.e. is it a valid phone number, etc.) | 176 | * @param data input to validate (i.e. is it a valid phone number, etc.) |
177 | * @param data_length number of bytes in @a data | 177 | * @param data_length number of bytes in @a data |
178 | * @return #GNUNET_OK if @a data is valid, | 178 | * @return #GNUNET_OK if @a data is valid, |
@@ -256,6 +256,7 @@ post_validate (void *cls, | |||
256 | * @param code secret code that the user has to provide back to satisfy the challenge in | 256 | * @param code secret code that the user has to provide back to satisfy the challenge in |
257 | * the main anastasis protocol | 257 | * the main anastasis protocol |
258 | * @param data input to validate (i.e. is it a valid phone number, etc.) | 258 | * @param data input to validate (i.e. is it a valid phone number, etc.) |
259 | * @param data_length number of bytes in @a data | ||
259 | * @return state to track progress on the authorization operation, NULL on failure | 260 | * @return state to track progress on the authorization operation, NULL on failure |
260 | */ | 261 | */ |
261 | static struct ANASTASIS_AUTHORIZATION_State * | 262 | static struct ANASTASIS_AUTHORIZATION_State * |