Added indexer function that returns the name of the indexer
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user