X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=zoom%2Fzoomtst4.c;h=a7d7971b4069eb8f54b3dabdc893be994001e851;hp=bb26fc2769c089263c790ef983156610c10397bd;hb=176adcd5ec7f2340fb6f0f625a727498db9c04c4;hpb=d57ade59211707b9bcfacc61039e446c9fa3f36f diff --git a/zoom/zoomtst4.c b/zoom/zoomtst4.c index bb26fc2..a7d7971 100644 --- a/zoom/zoomtst4.c +++ b/zoom/zoomtst4.c @@ -1,11 +1,7 @@ -/* $Id: zoomtst4.c,v 1.9 2006-04-21 10:28:08 adam Exp $ */ - -/** \file zoomtst4.c - \brief Asynchronous multi-target client with separate present - - Asynchronous multi-target going through proxy doing search and retrieve - using present. -*/ +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2013 Index Data + * See the file LICENSE for details. + */ #include #include @@ -49,7 +45,7 @@ int main(int argc, char **argv) /* set proxy */ ZOOM_options_set (o, "proxy", argv[1]); - + /* create query */ q = ZOOM_query_create (); if (ZOOM_query_prefix (q, argv[argc-1])) @@ -96,6 +92,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