Include "cos-hash.h".
authorMORIOKA Tomohiko <tomo.git@chise.org>
Tue, 23 Apr 2013 14:17:15 +0000 (23:17 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Tue, 23 Apr 2013 14:17:15 +0000 (23:17 +0900)
(struct COS_Feature_ent): Moved from concord.c.

cos-i.h

diff --git a/cos-i.h b/cos-i.h
index 4ed5540..7972d66 100644 (file)
--- 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);