(concord_feature_get_genre): New prototype.
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
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);