Add: method for initializing facet attributes helper struct
authorDennis Schafroth <dennis@indexdata.com>
Mon, 26 Jul 2010 09:25:31 +0000 (11:25 +0200)
committerDennis Schafroth <dennis@indexdata.com>
Mon, 26 Jul 2010 09:25:31 +0000 (11:25 +0200)
include/yaz/facet.h

index 691024d..ba797d0 100644 (file)
@@ -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