projects
/
chise
/
concord.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7408160
)
(concord_close_ds): Renamed from `CONCORD_DS_close'.
author
tomo
<tomo>
Fri, 24 Jun 2005 08:43:58 +0000
(08:43 +0000)
committer
tomo
<tomo>
Fri, 24 Jun 2005 08:43:58 +0000
(08:43 +0000)
concord.c
patch
|
blob
|
history
concord.h
patch
|
blob
|
history
diff --git
a/concord.c
b/concord.c
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
-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
(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);
-int CONCORD_DS_close (CONCORD_DS ds);
+int concord_close_ds (CONCORD_DS ds);
unsigned char* concord_ds_location (CONCORD_DS ds);