convert fs publish to MQ
[oweals/gnunet.git] / src / include / gnunet_rest_lib.h
index 0616a33d81bb1735c2d92d6578a418a91b42905a..243c38403a871a712e35dd8ad0dd898abd9abd21 100644 (file)
@@ -95,13 +95,13 @@ int
 GNUNET_REST_namespace_match (const char *url, const char *namespace);
 
 /**
- * Create JSON API MHD response
+ * Create REST MHD response
  *
- * @param data JSON result
+ * @param data result
  * @retun MHD response
  */
  struct MHD_Response*
-GNUNET_REST_create_json_response (const char *data);
+GNUNET_REST_create_response (const char *data);
 
 
 int