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:
f047c23
)
(concord_ds_p): New function.
author
MORIOKA Tomohiko
<tomo.git@chise.org>
Mon, 22 Apr 2013 06:20:10 +0000
(15:20 +0900)
committer
MORIOKA Tomohiko
<tomo.git@chise.org>
Mon, 22 Apr 2013 06:20:10 +0000
(15:20 +0900)
cos.c
patch
|
blob
|
history
diff --git
a/cos.c
b/cos.c
index
42b66dd
..
5df8af2
100644
(file)
--- a/
cos.c
+++ b/
cos.c
@@
-386,6
+386,12
@@
cos_release_ds (COS_Object obj)
return concord_close_ds ((COS_DS)obj);
}
+int
+concord_ds_p (COS_object obj)
+{
+ return COS_OBJECT_DS_P (obj);
+}
+
COS_Genre
concord_get_genre (COS_object ds, COS_object genre)