X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=zoom%2Fzoomtst8.c;h=51340a668246332bf797c5456f3a7b458f97b2e5;hp=cb1ff6d8efeb62ab6126fefcc2296b4dac1f52cb;hb=ed907bd829d0a9e00cfd1b0f3cf0d41dc68563c6;hpb=fb6d99a0c7e07d9cc4a315c447deaf6564a85505 diff --git a/zoom/zoomtst8.c b/zoom/zoomtst8.c index cb1ff6d..51340a6 100644 --- a/zoom/zoomtst8.c +++ b/zoom/zoomtst8.c @@ -1,7 +1,6 @@ -/* - * $Id: zoomtst8.c,v 1.4 2005-06-25 15:46:08 adam Exp $ - * - * Asynchronous multi-target client doing scan +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2011 Index Data + * See the file LICENSE for details. */ #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 */ @@ -64,15 +63,15 @@ int main(int argc, char **argv) errmsg, error, addinfo); else { - size_t j; + int j; printf ("%s\n", ZOOM_connection_option_get(z[i], "host")); - for (j = 0; j