(concord_object_get_attribute): Renamed from
authorMORIOKA Tomohiko <tomo.git@chise.org>
Mon, 20 May 2013 10:31:31 +0000 (19:31 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Mon, 20 May 2013 10:31:31 +0000 (19:31 +0900)
`concord_object_get_feature_value'.

concord.h

index c2479d1..ca49af6 100644 (file)
--- a/concord.h
+++ b/concord.h
@@ -132,7 +132,7 @@ concord_obj_gets_feature_value (const char* object_id,
                                unsigned char* dst, size_t size);
 
 COS_object
-concord_object_get_feature_value (COS_object object, COS_object feature);
+concord_object_get_attribute (COS_object object, COS_object feature);
 
 int
 concord_feature_foreach_obj_string (CONCORD_Feature feature,