(concord_close_ds): Renamed from `CONCORD_DS_close'.
authortomo <tomo>
Fri, 24 Jun 2005 08:43:58 +0000 (08:43 +0000)
committertomo <tomo>
Fri, 24 Jun 2005 08:43:58 +0000 (08:43 +0000)
concord.c
concord.h

index 38583e8..d80c93a 100644 (file)
--- a/concord.c
+++ b/concord.c
@@ -123,7 +123,7 @@ concord_open_ds (CONCORD_Backend_Type type, const unsigned char* location,
 }
 
 int
 }
 
 int
-CONCORD_DS_close (CONCORD_DS ds)
+concord_close_ds (CONCORD_DS ds)
 {
   if (ds->location != NULL)
     free (ds->location);
 {
   if (ds->location != NULL)
     free (ds->location);
index b74238e..b557b6a 100644 (file)
--- 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);
 
 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);
 
 
 unsigned char* concord_ds_location (CONCORD_DS ds);