From: tomo Date: Sun, 17 Aug 2003 16:28:45 +0000 (+0000) Subject: (chise_open_attribute_table): New prototype. X-Git-Tag: b1-r0_2_0-pre3~6 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=e93eb9c5acd6701191cee7566bf31b955399e6e2;hp=86c46e50f42fa21589b7ad97a13aa03b62b0f73b;p=chise%2Flibchise.git (chise_open_attribute_table): New prototype. (chise_close_attribute_table): New prototype. (chise_get_attribute_table): New prototype. --- 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