Factor relevance charset normalization out to a separate implementation
[pazpar2-moved-to-github.git] / src / pazpar2.h
index 43f2226..5ba1584 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: pazpar2.h,v 1.35 2007-04-24 08:03:03 adam Exp $
+/* $Id: pazpar2.h,v 1.36 2007-05-10 11:46:09 adam Exp $
    Copyright (c) 2006-2007, Index Data.
 
 This file is part of Pazpar2.
@@ -76,6 +76,7 @@ struct database_retrievalmap {
 // for that session
 struct session_database
 {
+    pp2_charset_t pct;
     struct database *database;
     struct setting **settings;
     yaz_marc_t yaz_marc;