Update headers and omit CVS Ids.
[yaz-moved-to-github.git] / zoom / zoomtst8.c
index 39fc1b1..f818e40 100644 (file)
@@ -1,8 +1,7 @@
-/* $Id: zoomtst8.c,v 1.6 2007-01-03 08:42:17 adam Exp $  */
-
-/** \file zoomtst8.c
-    \brief Asynchronous multi-target client doing scan
-*/
+/* This file is part of the YAZ toolkit.
+ * Copyright (C) 1995-2008 Index Data
+ * See the file LICENSE for details.
+ */
 
 #include <stdio.h>
 #include <string.h>
@@ -47,7 +46,7 @@ int main(int argc, char **argv)
         /* set number of scan terms to be returned. */
         ZOOM_connection_option_set (z[i], "number", "7");
         /* and perform scan */
-        s[i] = ZOOM_connection_scan (z[i], argv[argc-1]);
+        s[i] = ZOOM_connection_scan(z[i], argv[argc-1]);
     }
 
     /* network I/O. pass number of connections and array of connections */