From e93eb9c5acd6701191cee7566bf31b955399e6e2 Mon Sep 17 00:00:00 2001 From: tomo Date: Sun, 17 Aug 2003 16:28:45 +0000 Subject: [PATCH] (chise_open_attribute_table): New prototype. (chise_close_attribute_table): New prototype. (chise_get_attribute_table): New prototype. --- chise.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/chise.c b/chise.c index a5839cb..bb6578b 100644 --- a/chise.c +++ b/chise.c @@ -20,6 +20,18 @@ strnlen (register const char *s, register int maxlen) #include "chise.h" +CHISE_Attribute_Table* +chise_open_attribute_table (CHISE_DS *ds, + const char *encoding, const char *feature, + DBTYPE real_subtype, + u_int32_t accessmask, int modemask); + +int chise_close_attribute_table (CHISE_Attribute_Table *at); + +int chise_get_attribute_table (CHISE_Attribute_Table *at, + char *key, CHISE_Value *valdatum); + + #define xzero(lvalue) ((void) memset (&(lvalue), '\0', sizeof (lvalue))) CHISE_Char_ID -- 1.7.10.4