Update source headers for 2008. Omit CVS ID keyword subst.
[yaz-moved-to-github.git] / zoom / zoomtst7.c
index cc255dd..7ded3df 100644 (file)
@@ -1,8 +1,7 @@
-/* $Id: zoomtst7.c,v 1.16 2007-01-03 08:42:17 adam Exp $  */
-
-/** \file zoomtst7.c
-    \brief Mix of operations
-*/
+/* This file is part of the YAZ toolkit.
+ * Copyright (C) 1995-2008 Index Data
+ * See the file LICENSE for details.
+ */
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -21,7 +20,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 +154,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))
                     ;