Added parameter for zebra_open.
[idzebra-moved-to-github.git] / test / xpath / xpath5.c
index dcdf949..0ffc2fd 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: xpath5.c,v 1.2 2004-12-15 13:07:07 adam Exp $
-   Copyright (C) 2003,2004
-   Index Data Aps
+/* $Id: xpath5.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.
 
@@ -58,7 +58,7 @@ const char *recs[] = {
 int main(int argc, char **argv)
 {
     ZebraService zs = start_up(0, argc, argv);
-    ZebraHandle zh = zebra_open(zs);
+    ZebraHandle zh = zebra_open(zs, 0);
     init_data(zh, recs);
 
 //     yaz_log_init_level(LOG_ALL);