X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=zoom%2Fzoomtst4.c;h=23943f8306b43fe14e02c50b521d1753f6ba041e;hb=6ab7468ae9a46a330eddc1faa88f1d4e4fff1da9;hp=510802e7ad1508fa286ddcb45dfb1a47c78db29b;hpb=ee6ab2ee3a9ee1a8c65d7272ec7fba1d886f5af0;p=yaz-moved-to-github.git diff --git a/zoom/zoomtst4.c b/zoom/zoomtst4.c index 510802e..23943f8 100644 --- a/zoom/zoomtst4.c +++ b/zoom/zoomtst4.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2008 Index Data + * Copyright (C) 1995-2012 Index Data * See the file LICENSE for details. */ @@ -45,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])) @@ -92,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