(struct COS_Feature_ent): Moved to cos-i.h.
(concord_genre_open_feature): Setup `table->value_table'.
#include "concord.h"
#include "cos-i.h"
#include "concord-name.h"
+#include "cos-hash.h"
#include "concord-bdb.h"
}
-struct COS_Feature_ent
-{
- COS_Object_Header header;
- CONCORD_Genre genre;
- char* name;
- DB* db;
- u_int32_t access;
-};
-
CONCORD_Feature
concord_genre_open_feature (CONCORD_Genre genre, const char* feature)
{
return NULL;
}
strcpy (table->name, feature);
+ table->value_table = NULL;
return table;
}