From: tomo Date: Fri, 24 Jun 2005 08:43:58 +0000 (+0000) Subject: (concord_close_ds): Renamed from `CONCORD_DS_close'. X-Git-Tag: libconcord-0_0_0~16 X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fconcord.git;a=commitdiff_plain;h=5c2921c89a396501676b45c8440ca57b49104c7c;ds=sidebyside (concord_close_ds): Renamed from `CONCORD_DS_close'. --- diff --git a/concord.c b/concord.c index 38583e8..d80c93a 100644 --- a/concord.c +++ b/concord.c @@ -123,7 +123,7 @@ concord_open_ds (CONCORD_Backend_Type type, const unsigned char* location, } int -CONCORD_DS_close (CONCORD_DS ds) +concord_close_ds (CONCORD_DS ds) { if (ds->location != NULL) free (ds->location); diff --git a/concord.h b/concord.h index b74238e..b557b6a 100644 --- a/concord.h +++ b/concord.h @@ -51,7 +51,7 @@ CONCORD_DS concord_open_ds (CONCORD_Backend_Type type, const unsigned char* location, int subtype, int modemask); -int CONCORD_DS_close (CONCORD_DS ds); +int concord_close_ds (CONCORD_DS ds); unsigned char* concord_ds_location (CONCORD_DS ds);