X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=zoom%2Fzoomtst11.c;h=89cea5ad9c9203da2e9ea4e8dcf47c84bf82f2bb;hp=942e2a95ef1735ffed708db9d896eb9ccc92d280;hb=d84e4c3cd444d04aee7beeadb5bb0ae061ee24c9;hpb=ec0f5bdedf10f755541500d9db2a8332dc09039a diff --git a/zoom/zoomtst11.c b/zoom/zoomtst11.c index 942e2a9..89cea5a 100644 --- a/zoom/zoomtst11.c +++ b/zoom/zoomtst11.c @@ -1,8 +1,7 @@ -/* $Id: zoomtst11.c,v 1.2 2007-03-07 13:12:42 adam Exp $ */ - -/** \file zoomtst11.c - \brief Asynchronous single-target which tests event/error handling -*/ +/* This file is part of the YAZ toolkit. + * Copyright (C) Index Data + * See the file LICENSE for details. + */ #include #include @@ -91,7 +90,7 @@ int main(int argc, char **argv) if (idle) { ZOOM_connection_connect(z, 0, 0); /* allow reconnect */ - + if (++use <= 10) { probe_search(z, use, use&1); @@ -106,6 +105,7 @@ int main(int argc, char **argv) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab