X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=zoom%2Fzoomtst4.c;h=a7d7971b4069eb8f54b3dabdc893be994001e851;hb=bc86f4cb335deebc4bd7e59db33ad503b04a827d;hp=a9bf85ce4612bb1b5cbbf2eb4ebc9957663a783b;hpb=8d691989077a0addcbd840d769dce6700f3d9622;p=yaz-moved-to-github.git diff --git a/zoom/zoomtst4.c b/zoom/zoomtst4.c index a9bf85c..a7d7971 100644 --- a/zoom/zoomtst4.c +++ b/zoom/zoomtst4.c @@ -1,11 +1,7 @@ -/* $Id: zoomtst4.c,v 1.10 2007-01-03 08:42:17 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