diff options
author | schanzen <schanzen@140774ce-b5e7-0310-ab8b-a85725594a96> | 2015-06-29 15:56:29 +0000 |
---|---|---|
committer | schanzen <schanzen@140774ce-b5e7-0310-ab8b-a85725594a96> | 2015-06-29 15:56:29 +0000 |
commit | 436f36dba32036fb087b42c2938f40e78e83f42d (patch) | |
tree | cc78aea102debc14542cd7fb33fd242234f05329 /src/identity/plugin_rest_identity.c | |
parent | cd64c9b7feed306301065a6827de1def7ffb74df (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.c | 10 |
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) |