From 62fe9eeaba5c322a20ace9dbedbac1b34cef581a Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 3 Oct 2003 03:27:20 +0000 Subject: [PATCH] (CHISE_DS_open): Renamed from `chise_open_data_source'. (CHISE_DS_close): Renamed from `chise_ds_close'. --- chise.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chise.h b/chise.h index 1aab592..4fab437 100644 --- 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; -- 1.7.10.4