Fixed check for application/x-www-form-urlencoded parameters.
[pazpar2-moved-to-github.git] / src / pazpar2.h
index c4989d0..728bc3d 100644 (file)
@@ -94,7 +94,9 @@ struct session_database
 {
     struct database *database;
     struct setting **settings;
+#ifdef RETIRED
     yaz_marc_t yaz_marc;
+#endif
     struct database_retrievalmap *map;
     struct session_database *next;
 };