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:
4eea588
)
(struct COS_Feature_INDEX_ent): New structure.
author
MORIOKA Tomohiko
<tomo.git@chise.org>
Fri, 17 May 2013 12:41:21 +0000
(21:41 +0900)
committer
MORIOKA Tomohiko
<tomo.git@chise.org>
Fri, 17 May 2013 12:41:21 +0000
(21:41 +0900)
cos-i.h
patch
|
blob
|
history
diff --git
a/cos-i.h
b/cos-i.h
index
7972d66
..
eb17c0b
100644
(file)
--- a/
cos-i.h
+++ b/
cos-i.h
@@
-302,6
+302,16
@@
int cos_release_feature (COS_Object obj);
int concord_close_feature (COS_Feature feature);
+struct COS_Feature_INDEX_ent
+{
+ COS_Object_Header header;
+ CONCORD_Genre genre;
+ char *name;
+ DB* db;
+ u_int32_t access;
+ COS_Hash_Table decoding_table;
+};
+
int cos_retain_index (COS_Object obj);
int cos_release_index (COS_Object obj);