Merge branch 'master' of git://git.indexdata.com/pazpar2
[pazpar2-moved-to-github.git] / src / pazpar2.h
index ad25df6..caeba3f 100644 (file)
@@ -81,6 +81,7 @@ struct database_criterion {
 // Simple sequence of stylesheets run in series.
 struct database_retrievalmap {
     xsltStylesheet *stylesheet;
+    struct marcmap *marcmap;
     struct database_retrievalmap *next;
 };