From: Sebastian Hammer Date: Thu, 29 Mar 2007 13:44:57 +0000 (+0000) Subject: Settings support.. X-Git-Tag: PAZPAR2.1.0.0~386 X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=commitdiff_plain;h=3a363d768033c633cf5e700b9ef65f60b5b889cb;hp=eee51a2aad552b76fc37817065d9beeb57a196c2;p=pazpar2-moved-to-github.git Settings support.. --- diff --git a/src/pazpar2.h b/src/pazpar2.h index ee89ef0..ec9e95a 100644 --- a/src/pazpar2.h +++ b/src/pazpar2.h @@ -72,6 +72,7 @@ struct database { struct zr_explain *explain; struct conf_queryprofile *qprofile; struct conf_retrievalprofile *rprofile; + struct setting **settings; struct database *next; };