X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fconcord.git;a=blobdiff_plain;f=cos-i.h;fp=cos-i.h;h=eb17c0b7812beef4fa9b4aadcad00e99c981ec86;hp=7972d66915402f77b8d240ba40eaa7114367c348;hb=5975522d9eea6235b7595304cfcfbc411440cb51;hpb=4eea5887e1e8e5f32be8725356c11177aff1540a diff --git a/cos-i.h b/cos-i.h index 7972d66..eb17c0b 100644 --- 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);