From 3a363d768033c633cf5e700b9ef65f60b5b889cb Mon Sep 17 00:00:00 2001 From: Sebastian Hammer Date: Thu, 29 Mar 2007 13:44:57 +0000 Subject: [PATCH 1/1] Settings support.. --- src/pazpar2.h | 1 + 1 file changed, 1 insertion(+) 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; }; -- 1.7.10.4