aboutsummaryrefslogtreecommitdiff
path: root/src/identity-provider/plugin_rest_identity_provider.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/identity-provider/plugin_rest_identity_provider.c')
-rw-r--r--src/identity-provider/plugin_rest_identity_provider.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/identity-provider/plugin_rest_identity_provider.c b/src/identity-provider/plugin_rest_identity_provider.c
index c27662a0d..6eb856435 100644
--- a/src/identity-provider/plugin_rest_identity_provider.c
+++ b/src/identity-provider/plugin_rest_identity_provider.c
@@ -1103,17 +1103,6 @@ list_ego (void *cls,
1103 1103
1104} 1104}
1105 1105
1106/**
1107 * Function processing the REST call
1108 *
1109 * @param method HTTP method
1110 * @param url URL of the HTTP request
1111 * @param data body of the HTTP request (optional)
1112 * @param data_size length of the body
1113 * @param proc callback function for the result
1114 * @param proc_cls closure for callback function
1115 * @return GNUNET_OK if request accepted
1116 */
1117static void 1106static void
1118rest_identity_process_request(struct GNUNET_REST_RequestHandle *rest_handle, 1107rest_identity_process_request(struct GNUNET_REST_RequestHandle *rest_handle,
1119 GNUNET_REST_ResultProcessor proc, 1108 GNUNET_REST_ResultProcessor proc,