charmap test using api
[idzebra-moved-to-github.git] / test / api / xpath1.c
index 30006c7..70fe3d4 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: xpath1.c,v 1.1 2004-10-29 13:02:56 heikki Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
+/* $Id: xpath1.c,v 1.3 2004-12-02 11:28:20 adam Exp $
+   Copyright (C) 2003,2004
    Index Data Aps
 
 This file is part of the Zebra server.
@@ -21,7 +21,6 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 */
 
 #include <stdlib.h>
-#include <yaz/log.h>
 #include <idzebra/api.h>
 #include "testlib.h"
 
@@ -42,8 +41,8 @@ int main(int argc, char **argv)
         0};
 
     zs = start_up("zebraxpath.cfg", argc, argv);
-    zh = zebra_open (zs);
-    init_data(zh,myrec);
+    zh = zebra_open(zs);
+    init_data(zh, myrec);
 
     do_query(__LINE__,zh, "@attr 1=/sgml/tag before", 0);
     do_query(__LINE__,zh, "@attr 1=/sgml/tag inside", 1);