From 6dceb898e204903393d578d1826cf9255d51b479 Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 28 Dec 2005 09:02:35 +0000 Subject: [PATCH] (concord_genre_get_name): New prototype. (concord_feature_get_genre): New prototype. --- concord.h | 4 ++++ 1 file changed, 4 insertions(+) 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); -- 1.7.10.4