From: tomo Date: Fri, 3 Oct 2003 03:27:20 +0000 (+0000) Subject: (CHISE_DS_open): Renamed from `chise_open_data_source'. X-Git-Tag: b1-r0_2_0-pre6~6 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62fe9eeaba5c322a20ace9dbedbac1b34cef581a;p=chise%2Flibchise.git (CHISE_DS_open): Renamed from `chise_open_data_source'. (CHISE_DS_close): Renamed from `chise_ds_close'. --- 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;