From: MORIOKA Tomohiko Date: Tue, 23 Apr 2013 14:17:15 +0000 (+0900) Subject: Include "cos-hash.h". X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fconcord.git;a=commitdiff_plain;h=caffd97ef8cf8f74a1bc454ef0c82cc6c7337163;ds=sidebyside Include "cos-hash.h". (struct COS_Feature_ent): Moved from concord.c. --- diff --git a/cos-i.h b/cos-i.h index 4ed5540..7972d66 100644 --- a/cos-i.h +++ b/cos-i.h @@ -31,6 +31,7 @@ extern "C" { #include "sysdep.h" #include "concord.h" #include "cos.h" +#include "cos-hash.h" #ifndef SIZEOF_COS_INT # define SIZEOF_COS_INT SIZEOF_VOID_P @@ -285,6 +286,16 @@ int cos_release_genre (COS_Object obj); int concord_close_genre (COS_Genre genre); +struct COS_Feature_ent +{ + COS_Object_Header header; + CONCORD_Genre genre; + char* name; + DB* db; + u_int32_t access; + COS_Hash_Table value_table; +}; + int cos_retain_feature (COS_Object obj); int cos_release_feature (COS_Object obj);