X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=zoom%2Fzoomtst8.c;h=e8e81d594bcc684add69c63d07309e779bd48b01;hp=39fc1b1184697fe2c0b5f0c8e00d1e95c4357839;hb=eceac7b7869288887b1b14212208e73ab54116db;hpb=8d691989077a0addcbd840d769dce6700f3d9622 diff --git a/zoom/zoomtst8.c b/zoom/zoomtst8.c index 39fc1b1..e8e81d5 100644 --- a/zoom/zoomtst8.c +++ b/zoom/zoomtst8.c @@ -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-2009 Index Data + * See the file LICENSE for details. + */ #include #include @@ -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 */ @@ -66,13 +65,13 @@ int main(int argc, char **argv) { int j; printf ("%s\n", ZOOM_connection_option_get(z[i], "host")); - for (j = 0; j