aboutsummaryrefslogtreecommitdiff
path: root/src/identity/plugin_rest_identity.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/identity/plugin_rest_identity.c')
-rw-r--r--src/identity/plugin_rest_identity.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/identity/plugin_rest_identity.c b/src/identity/plugin_rest_identity.c
index 70ede69eb..ea7d41226 100644
--- a/src/identity/plugin_rest_identity.c
+++ b/src/identity/plugin_rest_identity.c
@@ -654,7 +654,15 @@ ego_delete_cont (struct RestConnectionDataHandle *con_handle,
654 654
655} 655}
656 656
657void 657
658/**
659 * Respond to OPTIONS request
660 *
661 * @param con_handle the connection handle
662 * @param url the url
663 * @param cls the RequestHandle
664 */
665static void
658options_cont (struct RestConnectionDataHandle *con_handle, 666options_cont (struct RestConnectionDataHandle *con_handle,
659 const char* url, 667 const char* url,
660 void *cls) 668 void *cls)