From: Dennis Schafroth Date: Mon, 26 Jul 2010 09:25:31 +0000 (+0200) Subject: Add: method for initializing facet attributes helper struct X-Git-Tag: v4.0.12~24 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=f324699f321593c135a6bb3d858a29f7437cd72d Add: method for initializing facet attributes helper struct --- diff --git a/include/yaz/facet.h b/include/yaz/facet.h index 691024d..ba797d0 100644 --- a/include/yaz/facet.h +++ b/include/yaz/facet.h @@ -31,6 +31,8 @@ struct attrvalues { int limit; /* for facet attributes */ }; +YAZ_EXPORT +void facet_struct_init(struct attrvalues *attr_values); /* Use attribute, @attr1, can be numeric or string */ YAZ_EXPORT