From 9966c589699097bae4179662211d2c725ea2ccec Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Fri, 12 Apr 2013 18:30:47 +0900 Subject: [PATCH] (concord_object_get_feature_value): New prototype. --- concord.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/concord.h b/concord.h index 04f821b..bcab30d 100644 --- 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) -- 1.7.10.4