X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=zoom%2Fzoomtst2.c;h=7ce456bcc1184ca6e77d878488fab9565347afbb;hp=f8e31596c3543d6844ed4a41d87729ff9530b365;hb=11ed1645174d8ca8d8dcf5ef2bbe91e70a4a3e00;hpb=d57ade59211707b9bcfacc61039e446c9fa3f36f diff --git a/zoom/zoomtst2.c b/zoom/zoomtst2.c index f8e3159..7ce456b 100644 --- a/zoom/zoomtst2.c +++ b/zoom/zoomtst2.c @@ -1,8 +1,7 @@ -/* $Id: zoomtst2.c,v 1.8 2006-04-21 10:28:08 adam Exp $ */ - -/** \file zoomtst2.c - \brief Asynchronous single-target client performing search (no retrieval) -*/ +/* This file is part of the YAZ toolkit. + * Copyright (C) Index Data + * See the file LICENSE for details. + */ #include #include @@ -51,7 +50,7 @@ int main(int argc, char **argv) exit (2); } else /* OK print hit count */ - printf ("Result count: %ld\n", (long) ZOOM_resultset_size(r)); + printf ("Result count: %ld\n", (long) ZOOM_resultset_size(r)); ZOOM_resultset_destroy (r); ZOOM_connection_destroy (z); exit (0); @@ -59,6 +58,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