Code updates which makes things compile as C++. Mostly type casts were
[yaz-moved-to-github.git] / zoom / zoomtst7.c
index 0f39f89..235b470 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: zoomtst7.c,v 1.15 2006-04-21 10:28:08 adam Exp $  */
+/* $Id: zoomtst7.c,v 1.19 2007-04-17 20:26:19 adam Exp $  */
 
 /** \file zoomtst7.c
     \brief Mix of operations
@@ -21,7 +21,6 @@ int main(int argc, char **argv)
     ZOOM_resultset r[10];  /* and result sets .. */
     ZOOM_options o;
 
-    nmem_init ();
     o = ZOOM_options_create ();
 
     z = ZOOM_connection_new ("localhost", 9999);
@@ -156,7 +155,7 @@ int main(int argc, char **argv)
             z = ZOOM_connection_create (o);
             ZOOM_connection_connect (z, host, 0);
 
-            scan = ZOOM_connection_scan (z, "@attr 1=4 a");
+            scan = ZOOM_connection_scan(z, "@attr 1=4 a");
             if (block > 0)
                 while (ZOOM_event (1, &z))
                     ;