summaryrefslogtreecommitdiff
path: root/src/identity-provider/plugin_rest_identity_provider.c
diff options
context:
space:
mode:
authorSchanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de>2018-01-04 15:28:02 +0100
committerSchanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de>2018-01-04 15:29:45 +0100
commit78705d5a49d7066a01b832546d2507456a3c5d2c (patch)
treeb0e5f72bdde4574f20c0b89ee56295f83b954800 /src/identity-provider/plugin_rest_identity_provider.c
parent272921672ec094644a1ddbbfacb96581e72ed443 (diff)
downloadgnunet-78705d5a49d7066a01b832546d2507456a3c5d2c.tar.gz
gnunet-78705d5a49d7066a01b832546d2507456a3c5d2c.zip
-cleanup doc; fixes
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,