From 5c2921c89a396501676b45c8440ca57b49104c7c Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 24 Jun 2005 08:43:58 +0000 Subject: [PATCH] (concord_close_ds): Renamed from `CONCORD_DS_close'. --- concord.c | 2 +- concord.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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); -- 1.7.10.4