aboutsummaryrefslogtreecommitdiff
path: root/src/identity/plugin_rest_identity.c
diff options
context:
space:
mode:
authorschanzen <schanzen@140774ce-b5e7-0310-ab8b-a85725594a96>2015-06-29 15:56:29 +0000
committerschanzen <schanzen@140774ce-b5e7-0310-ab8b-a85725594a96>2015-06-29 15:56:29 +0000
commit436f36dba32036fb087b42c2938f40e78e83f42d (patch)
treecc78aea102debc14542cd7fb33fd242234f05329 /src/identity/plugin_rest_identity.c
parentcd64c9b7feed306301065a6827de1def7ffb74df (diff)
- clean up gns rest api
git-svn-id: https://gnunet.org/svn/gnunet@36025 140774ce-b5e7-0310-ab8b-a85725594a96
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 70ede69ebc..ea7d412269 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,
}
-void
+
+/**
+ * Respond to OPTIONS request
+ *
+ * @param con_handle the connection handle
+ * @param url the url
+ * @param cls the RequestHandle
+ */
+static void
options_cont (struct RestConnectionDataHandle *con_handle,
const char* url,
void *cls)