From caffd97ef8cf8f74a1bc454ef0c82cc6c7337163 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Tue, 23 Apr 2013 23:17:15 +0900 Subject: [PATCH] Include "cos-hash.h". (struct COS_Feature_ent): Moved from concord.c. --- cos-i.h | 11 +++++++++++ 1 file changed, 11 insertions(+) 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); -- 1.7.10.4