aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2015-03-30 12:36:33 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2015-03-30 12:36:33 +0000
commitb47c2f2d5175300a531778727c29787ab78749b8 (patch)
tree93a8625699026d525c49605765e089d8b2d19b76 /src
parent26108fbf209feabf758a26ec883e4449832b8faa (diff)
downloadgnunet-b47c2f2d5175300a531778727c29787ab78749b8.tar.gz
gnunet-b47c2f2d5175300a531778727c29787ab78749b8.zip
-doxy
Diffstat (limited to 'src')
-rw-r--r--src/identity/plugin_rest_identity.c2
-rw-r--r--src/include/gnunet_rest_lib.h2
-rw-r--r--src/rest/rest.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/identity/plugin_rest_identity.c b/src/identity/plugin_rest_identity.c
index 181a21c12..204da910a 100644
--- a/src/identity/plugin_rest_identity.c
+++ b/src/identity/plugin_rest_identity.c
@@ -172,7 +172,7 @@ struct RequestHandle
172 172
173/** 173/**
174 * Cleanup lookup handle 174 * Cleanup lookup handle
175 * @praram handle Handle to clean up 175 * @param handle Handle to clean up
176 */ 176 */
177void 177void
178cleanup_handle (struct RequestHandle *handle) 178cleanup_handle (struct RequestHandle *handle)
diff --git a/src/include/gnunet_rest_lib.h b/src/include/gnunet_rest_lib.h
index 398cbfdbe..839c43fd8 100644
--- a/src/include/gnunet_rest_lib.h
+++ b/src/include/gnunet_rest_lib.h
@@ -211,7 +211,7 @@ int
211GNUNET_REST_jsonapi_object_resource_count (struct JsonApiObject *resp); 211GNUNET_REST_jsonapi_object_resource_count (struct JsonApiObject *resp);
212 212
213/** 213/**
214 * Get a JSON API object resource #num 214 * Get a JSON API object resource num
215 * 215 *
216 * @param resp the JSON API object 216 * @param resp the JSON API object
217 * @param num the number of the resource 217 * @param num the number of the resource
diff --git a/src/rest/rest.c b/src/rest/rest.c
index 196fd4f88..d14df54c5 100644
--- a/src/rest/rest.c
+++ b/src/rest/rest.c
@@ -351,7 +351,7 @@ GNUNET_REST_jsonapi_object_resource_count (struct JsonApiObject *resp)
351} 351}
352 352
353/** 353/**
354 * Get a JSON API object resource #num 354 * Get a JSON API object resource num
355 * 355 *
356 * @param resp the JSON API object 356 * @param resp the JSON API object
357 * @param num the number of the resource 357 * @param num the number of the resource