(concord_genre_get_name): New prototype.
authortomo <tomo>
Wed, 28 Dec 2005 09:02:35 +0000 (09:02 +0000)
committertomo <tomo>
Wed, 28 Dec 2005 09:02:35 +0000 (09:02 +0000)
(concord_feature_get_genre): New prototype.

concord.h

index f3d4787..92e9398 100644 (file)
--- 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);