migrate peerstore to new service MQ API
[oweals/gnunet.git] / src / include / gnunet_jsonapi_lib.h
index ce41c33f188ad27e74f015c6941e524def2e46c9..f95bff8362e33a8cec957dc9c6591b5a4f0a8698 100644 (file)
@@ -276,18 +276,6 @@ struct GNUNET_JSONAPI_Document*
 GNUNET_JSONAPI_document_new ();
 
 
-/**
- * Create a JSON API primary data from a string
- *
- * @param data the string of the JSON API data
- * @param Pointer where to store new jsonapi Object.
- * @return GNUNET_OK on success
- */
-int
-GNUNET_JSONAPI_document_parse (const char* data,
-                               struct GNUNET_JSONAPI_Document** obj);
-
-
 /**
  * Delete a JSON API primary data
  *