diff options
Diffstat (limited to 'src/authorization/anastasis_authorization_plugin_email.c')
-rw-r--r-- | src/authorization/anastasis_authorization_plugin_email.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/authorization/anastasis_authorization_plugin_email.c b/src/authorization/anastasis_authorization_plugin_email.c index 3e13625..bcee662 100644 --- a/src/authorization/anastasis_authorization_plugin_email.c +++ b/src/authorization/anastasis_authorization_plugin_email.c | |||
@@ -177,7 +177,7 @@ get_message (const json_t *messages, | |||
177 | * | 177 | * |
178 | * @param cls closure | 178 | * @param cls closure |
179 | * @param connection HTTP client request (for queuing response) | 179 | * @param connection HTTP client request (for queuing response) |
180 | * @param truth_mime mime type of @e data | 180 | * @param mime_type mime type of @e data |
181 | * @param data input to validate (i.e. is it a valid phone number, etc.) | 181 | * @param data input to validate (i.e. is it a valid phone number, etc.) |
182 | * @param data_length number of bytes in @a data | 182 | * @param data_length number of bytes in @a data |
183 | * @return #GNUNET_OK if @a data is valid, | 183 | * @return #GNUNET_OK if @a data is valid, |
@@ -229,6 +229,7 @@ email_validate (void *cls, | |||
229 | * @param code secret code that the user has to provide back to satisfy the challenge in | 229 | * @param code secret code that the user has to provide back to satisfy the challenge in |
230 | * the main anastasis protocol | 230 | * the main anastasis protocol |
231 | * @param data input to validate (i.e. is it a valid phone number, etc.) | 231 | * @param data input to validate (i.e. is it a valid phone number, etc.) |
232 | * @param data_length number of bytes in @a data | ||
232 | * @return state to track progress on the authorization operation, NULL on failure | 233 | * @return state to track progress on the authorization operation, NULL on failure |
233 | */ | 234 | */ |
234 | static struct ANASTASIS_AUTHORIZATION_State * | 235 | static struct ANASTASIS_AUTHORIZATION_State * |