(concord_object_get_feature_value): New prototype.
authorMORIOKA Tomohiko <tomo.git@chise.org>
Fri, 12 Apr 2013 09:30:47 +0000 (18:30 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Fri, 12 Apr 2013 09:30:47 +0000 (18:30 +0900)
concord.h

index 04f821b..bcab30d 100644 (file)
--- a/concord.h
+++ b/concord.h
@@ -128,6 +128,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)