Use term Windows rather than win32
[yaz-moved-to-github.git] / zoom / zoomtst2.c
index f8e3159..7ce456b 100644 (file)
@@ -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 <stdio.h>
 #include <stdlib.h>
@@ -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