Metadata Extended handling implemented

This commit is contained in:
2020-10-15 12:11:51 +01:00
parent a47cb96c84
commit ff218def1b
4 changed files with 572 additions and 54 deletions

View File

@@ -27,7 +27,7 @@ struct metadata_t {
size_t n_groups;
struct object_t *object;
struct metadata_ext_t *ext;
struct meta_ext_t *ext;
};
struct metadata_t *allocMetadata(void);