From: MORIOKA Tomohiko Date: Fri, 12 Apr 2013 09:30:47 +0000 (+0900) Subject: (concord_object_get_feature_value): New prototype. X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fconcord.git;a=commitdiff_plain;h=9966c589699097bae4179662211d2c725ea2ccec (concord_object_get_feature_value): New prototype. --- 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)