Skip to content
Snippets Groups Projects
Commit ad66fa94 authored by clohr's avatar clohr
Browse files

nouveaux schémas

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/C/branches/version-0.7@2292 b32b6428-25c9-4566-ad07-03861ab6144f
parent 8a290cac
Branches
No related tags found
No related merge requests found
......@@ -128,12 +128,6 @@ attribute_t *insert_attribute(attributes_t *attributes, const char *name);
/* select or insert an attribute (its name) */
attribute_t *add_attribute(attributes_t *attributes, const char *name);
/* serialize an attribute into cbor */
cbor_item_t *get_cbor_attribute(attribute_t *attribute);
/* serialize an attribute into json */
json_object *get_json_attribute(attribute_t *attribute);
/* serialize attributes of a schema into cbor, including extended schemas recursively */
cbor_item_t *get_cbor_attributes(schema_t *schema);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment