(chise_make_name_table): Modify to avoid warning.
[chise/libchise.git] / chise.h
diff --git a/chise.h b/chise.h
index 8cf6bfc..4fab437 100644 (file)
--- a/chise.h
+++ b/chise.h
@@ -13,10 +13,10 @@ typedef enum CHISE_DS_Type
 typedef struct CHISE_DS CHISE_DS;
 
 CHISE_DS*
-chise_open_data_source (CHISE_DS_Type type, char *location,
-                       DBTYPE subtype, int modemask);
+CHISE_DS_open (CHISE_DS_Type type, char *location,
+              DBTYPE subtype, int modemask);
 
-int chise_ds_close (CHISE_DS *ds);
+int CHISE_DS_close (CHISE_DS *ds);
 
 
 typedef int CHISE_Char_ID;
@@ -72,13 +72,6 @@ chise_char_feature_str_iterate (CHISE_Feature feature,
                                             unsigned char *str));
 #endif
 
-#if 1
-CHISE_Feature_Table*
-chise_ds_open_feature_table (CHISE_DS *ds, const char *feature);
-
-int chise_ft_close (CHISE_Feature_Table *table);
-#endif
-
 
 typedef struct CHISE_CCS_Table CHISE_CCS_Table;
 typedef CHISE_CCS_Table* CHISE_CCS;
@@ -93,11 +86,4 @@ int chise_ccs_set_decoded_char (CHISE_CCS ccs,
 
 int chise_ccs_sync (CHISE_CCS ccs);
 
-#if 0
-CHISE_CCS_Table*
-chise_ds_open_ccs_table (CHISE_DS *ds, const char *ccs);
-
-int chise_ccst_close (CHISE_CCS_Table *table);
-#endif
-
 #endif /* !_CHISE_H */