aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_jsonapi_lib.h
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2016-06-18 20:04:18 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2016-06-18 20:04:18 +0000
commit577d21f282478d36c8665e0a7a2d2ee07bddd56d (patch)
tree26f5a27192b873b63fbafb7fae0ffd86e4fc3a25 /src/include/gnunet_jsonapi_lib.h
parent229e7fbe49b1a1ab7121a57af6e241500c09c1bf (diff)
downloadgnunet-577d21f282478d36c8665e0a7a2d2ee07bddd56d.tar.gz
gnunet-577d21f282478d36c8665e0a7a2d2ee07bddd56d.zip
-fix
Diffstat (limited to 'src/include/gnunet_jsonapi_lib.h')
-rw-r--r--src/include/gnunet_jsonapi_lib.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/include/gnunet_jsonapi_lib.h b/src/include/gnunet_jsonapi_lib.h
index ce41c33f1..f95bff836 100644
--- a/src/include/gnunet_jsonapi_lib.h
+++ b/src/include/gnunet_jsonapi_lib.h
@@ -277,18 +277,6 @@ GNUNET_JSONAPI_document_new ();
277 277
278 278
279/** 279/**
280 * Create a JSON API primary data from a string
281 *
282 * @param data the string of the JSON API data
283 * @param Pointer where to store new jsonapi Object.
284 * @return GNUNET_OK on success
285 */
286int
287GNUNET_JSONAPI_document_parse (const char* data,
288 struct GNUNET_JSONAPI_Document** obj);
289
290
291/**
292 * Delete a JSON API primary data 280 * Delete a JSON API primary data
293 * 281 *
294 * @param type the JSON API resource type 282 * @param type the JSON API resource type