(CHISE_DS_close): Renamed from `chise_ds_close'.
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;