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:
2edd976
)
Make yaz_oi_set_facetlist public
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 12 Sep 2013 13:26:45 +0000
(15:26 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 12 Sep 2013 13:26:45 +0000
(15:26 +0200)
include/yaz/facet.h
patch
|
blob
|
history
diff --git
a/include/yaz/facet.h
b/include/yaz/facet.h
index
4455980
..
079f371
100644
(file)
--- a/
include/yaz/facet.h
+++ b/
include/yaz/facet.h
@@
-93,6
+93,11
@@
void yaz_oi_set_facetlist(
YAZ_EXPORT
Z_FacetList *yaz_oi_get_facetlist(Z_OtherInformation **otherInformation);
+YAZ_EXPORT
+void yaz_oi_set_facetlist(Z_OtherInformation **otherInformation, ODR odr,
+ Z_FacetList *facet_list);
+
+
YAZ_END_CDECL
#endif