update.
[chise/concord.git] / concord.h
index 04f821b..c7ccafe 100644 (file)
--- a/concord.h
+++ b/concord.h
@@ -74,6 +74,7 @@ concord_ds_foreach_genre_name (CONCORD_DS ds,
 
 typedef struct COS_Genre_ent COS_Genre_ent;
 typedef COS_Genre_ent* COS_Genre;
+typedef COS_Genre_ent CONCORD_Genre_Table;
 typedef COS_Genre CONCORD_Genre;
 
 CONCORD_Genre
@@ -128,6 +129,9 @@ concord_obj_gets_feature_value (const char* object_id,
                                CONCORD_Feature feature,
                                unsigned char* dst, size_t size);
 
+COS_object
+concord_object_get_feature_value (COS_object object, COS_object feature);
+
 int
 concord_feature_foreach_obj_string (CONCORD_Feature feature,
                                    int (*func)