projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68a15f3
)
Add: method for initializing facet attributes helper struct
author
Dennis Schafroth
<dennis@indexdata.com>
Mon, 26 Jul 2010 09:25:31 +0000
(11:25 +0200)
committer
Dennis Schafroth
<dennis@indexdata.com>
Mon, 26 Jul 2010 09:25:31 +0000
(11:25 +0200)
include/yaz/facet.h
patch
|
blob
|
history
diff --git
a/include/yaz/facet.h
b/include/yaz/facet.h
index
691024d
..
ba797d0
100644
(file)
--- 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