From f324699f321593c135a6bb3d858a29f7437cd72d Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Mon, 26 Jul 2010 11:25:31 +0200 Subject: [PATCH] Add: method for initializing facet attributes helper struct --- include/yaz/facet.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 1.7.10.4