Add: method for initializing facet attributes helper struct
[yaz-moved-to-github.git] / 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