From: tomo Date: Wed, 28 Dec 2005 09:02:35 +0000 (+0000) Subject: (concord_genre_get_name): New prototype. X-Git-Tag: libconcord-0_0_0~10 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=6dceb898e204903393d578d1826cf9255d51b479;p=chise%2Fconcord.git (concord_genre_get_name): New prototype. (concord_feature_get_genre): New prototype. --- diff --git a/concord.h b/concord.h index f3d4787..92e9398 100644 --- a/concord.h +++ b/concord.h @@ -75,6 +75,8 @@ typedef CONCORD_Genre_Table* CONCORD_Genre; CONCORD_Genre concord_ds_get_genre (CONCORD_DS ds, const unsigned char* name); +unsigned char* concord_genre_get_name (CONCORD_Genre genre); + CONCORD_DS concord_genre_get_data_source (CONCORD_Genre genre); int @@ -92,6 +94,8 @@ concord_genre_get_feature (CONCORD_Genre genre, const unsigned char* name); unsigned char* concord_feature_get_name (CONCORD_Feature feature); +CONCORD_Genre concord_feature_get_genre (CONCORD_Feature feature); + int concord_feature_setup_db (CONCORD_Feature feature, int writable); int concord_feature_sync (CONCORD_Feature feature);