Added parameter for zebra_open.
[idzebra-moved-to-github.git] / test / xpath / xpath4.c
index 2ffefad..7b50656 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: xpath4.c,v 1.1 2004-12-02 14:05:04 adam Exp $
-   Copyright (C) 2003,2004
-   Index Data Aps
+/* $Id: xpath4.c,v 1.4 2005-09-13 11:51:11 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
@@ -85,8 +85,8 @@ const char *myrec[] = {
 
 int main(int argc, char **argv)
 {
-    ZebraService zs = start_up("zebraxpath.cfg", argc, argv);
-    ZebraHandle zh = zebra_open(zs);
+    ZebraService zs = start_up(0, argc, argv);
+    ZebraHandle zh = zebra_open(zs, 0);
 
 #if 0
     yaz_log_init_level( yaz_log_mask_str_x("xpath4,rsbetween", LOG_DEFAULT_LEVEL));