ZOOM C: deal with excess bytes HTTPS case YAZ-833
[yaz-moved-to-github.git] / zoom / zoomtst11.c
index 942e2a9..89cea5a 100644 (file)
@@ -1,8 +1,7 @@
-/* $Id: zoomtst11.c,v 1.2 2007-03-07 13:12:42 adam Exp $  */
-
-/** \file zoomtst11.c
-    \brief Asynchronous single-target which tests event/error handling
-*/
+/* This file is part of the YAZ toolkit.
+ * Copyright (C) Index Data
+ * See the file LICENSE for details.
+ */
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -91,7 +90,7 @@ int main(int argc, char **argv)
         if (idle)
         {
             ZOOM_connection_connect(z, 0, 0); /* allow reconnect */
-            
+
             if (++use <= 10)
             {
                 probe_search(z, use, use&1);
@@ -106,6 +105,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