diff options
Diffstat (limited to 'src/include/anastasis_authorization_plugin.h')
-rw-r--r-- | src/include/anastasis_authorization_plugin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/anastasis_authorization_plugin.h b/src/include/anastasis_authorization_plugin.h index 5e93175..c2f2c03 100644 --- a/src/include/anastasis_authorization_plugin.h +++ b/src/include/anastasis_authorization_plugin.h | |||
@@ -163,11 +163,13 @@ struct ANASTASIS_AuthorizationPlugin | |||
163 | * to a video identification site. | 163 | * to a video identification site. |
164 | * | 164 | * |
165 | * @param as authorization state | 165 | * @param as authorization state |
166 | * @param timeout how long do we have to produce a reply | ||
166 | * @param connection HTTP client request (for queuing response, such as redirection to video portal) | 167 | * @param connection HTTP client request (for queuing response, such as redirection to video portal) |
167 | * @return state of the request | 168 | * @return state of the request |
168 | */ | 169 | */ |
169 | enum ANASTASIS_AUTHORIZATION_Result | 170 | enum ANASTASIS_AUTHORIZATION_Result |
170 | (*process)(struct ANASTASIS_AUTHORIZATION_State *as, | 171 | (*process)(struct ANASTASIS_AUTHORIZATION_State *as, |
172 | struct GNUNET_TIME_Absolute timeout, | ||
171 | struct MHD_Connection *connection); | 173 | struct MHD_Connection *connection); |
172 | 174 | ||
173 | 175 | ||