Added indexer function that returns the name of the indexer

This commit is contained in:
Celine Mercier
2016-04-29 16:18:56 +02:00
parent baba2d742e
commit 31cf27d676
5 changed files with 38 additions and 2 deletions

View File

@ -2217,3 +2217,8 @@ index_t obi_avl_group_add(OBIDMS_avl_group_p avl_group, Obi_blob_p value)
}
const char* obi_avl_group_get_name(OBIDMS_avl_group_p avl_group)
{
return avl_group->name;
}