summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2017-10-09 11:00:40 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2017-10-09 11:00:40 +0200
commit0e7c1fb8feff37774d66ca46b3eb09492ecf93af (patch)
tree4d751a17bb9f2e9c5f7408dee4dcc1ece8d3d85a /src/include
parentdc7f9d7e2bf4e9c607738500051adab58b1bd2f3 (diff)
downloadgnunet-0e7c1fb8feff37774d66ca46b3eb09492ecf93af.tar.gz
gnunet-0e7c1fb8feff37774d66ca46b3eb09492ecf93af.zip
-add attribute store API, fixes
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_jsonapi_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_jsonapi_lib.h b/src/include/gnunet_jsonapi_lib.h
index f95bff836..2f6b810f0 100644
--- a/src/include/gnunet_jsonapi_lib.h
+++ b/src/include/gnunet_jsonapi_lib.h
@@ -248,7 +248,7 @@ GNUNET_JSONAPI_resource_check_id (const struct GNUNET_JSONAPI_Resource *resource
248 * @param res the JSON resource 248 * @param res the JSON resource
249 * @return the resource id 249 * @return the resource id
250 */ 250 */
251char* 251const char*
252GNUNET_JSONAPI_resource_get_id (const struct GNUNET_JSONAPI_Resource *resource); 252GNUNET_JSONAPI_resource_get_id (const struct GNUNET_JSONAPI_Resource *resource);
253 253
254 254