(CHISE_DS_open): Renamed from `chise_open_data_source'.
authortomo <tomo>
Fri, 3 Oct 2003 03:27:20 +0000 (03:27 +0000)
committertomo <tomo>
Fri, 3 Oct 2003 03:27:20 +0000 (03:27 +0000)
(CHISE_DS_close): Renamed from `chise_ds_close'.

chise.h

diff --git a/chise.h b/chise.h
index 1aab592..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;