aboutsummaryrefslogtreecommitdiff
path: root/src/identity/plugin_rest_identity.c
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2015-06-29 15:56:29 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2015-06-29 15:56:29 +0000
commit26d1b687ca01be01505b69ff48ae5d3e0cd4186e (patch)
treecc78aea102debc14542cd7fb33fd242234f05329 /src/identity/plugin_rest_identity.c
parent80b266d3168f014fb3cb4328920703e92796d32a (diff)
downloadgnunet-26d1b687ca01be01505b69ff48ae5d3e0cd4186e.tar.gz
gnunet-26d1b687ca01be01505b69ff48ae5d3e0cd4186e.zip
- clean up gns rest api
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)