#include"platform.h"#include"gnunet_jsonapi_lib.h"/** * Delete a JSON API relationship TODO * * @param res the JSON relationship */voidGNUNET_JSONAPI_relationship_delete(structGNUNET_JSONAPI_Relationship*relationship){GNUNET_assert(NULL!=relationship);GNUNET_free(relationship);}