Empty backendelementset results in no elementset
[yazproxy-moved-to-github.git] / src / proxyp.h
index 96db01e..f791372 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of YAZ proxy
-   Copyright (C) 1998-2009 Index Data
+   Copyright (C) 1998-2011 Index Data
 
 YAZ proxy is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free
@@ -60,6 +60,7 @@ public:
     const char *get_client_query_charset(void);
     const char *get_target_query_charset(void);
     void convert_type_1(Z_RPNQuery *q, ODR o);
+    void convert_term(Z_Term *q, ODR o);
     void set_client_charset_selected(int sel);
     int get_client_charset_selected();
 private:
@@ -130,7 +131,8 @@ public:
                      Odr_oid *syntax, Z_RecordComposition *comp,
                      char **addinfo, char **stylesheet, char **schema,
                      char **backend_type, char **backend_charset,
-                     char **usemarcon_ini_stage1, char **usemarcon_ini_stage2);
+                     char **usemarcon_ini_stage1, char **usemarcon_ini_stage2,
+                     char **backend_elementset);
 
     void target_authentication(const char *name,
                                ODR odr,