X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=zoom%2Fzoomtst8.c;h=f818e40513e6e96411c02bf7a3fb392c40b101bd;hb=6ce7e4adc2de42e4b422558985468547c5a4423f;hp=9c73d0561e21102f8e4528304939794a7b3035c4;hpb=d57ade59211707b9bcfacc61039e446c9fa3f36f;p=yaz-moved-to-github.git diff --git a/zoom/zoomtst8.c b/zoom/zoomtst8.c index 9c73d05..f818e40 100644 --- a/zoom/zoomtst8.c +++ b/zoom/zoomtst8.c @@ -1,8 +1,7 @@ -/* $Id: zoomtst8.c,v 1.5 2006-04-21 10:28:08 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 #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 */