added command line switch '-z' which lets one specify a Z39.50 proxy through which...
[pazpar2-moved-to-github.git] / src / pazpar2.h
index 7a81537..a66956e 100644 (file)
@@ -189,6 +189,7 @@ struct hitsbytarget {
 struct parameters {
     char proxy_override[128];
     char listener_override[128];
+    char zproxy_override[128];
     struct conf_server *server;
     int dump_records;
     int timeout;               /* operations timeout, in seconds */