changed output to be non-cascarding when using -n switch
[yaz-moved-to-github.git] / util / srwtst.c
index b10fb5b..232efda 100644 (file)
@@ -1,13 +1,14 @@
 /*
- * Copyright (c) 2002-2003, Index Data.
+ * Copyright (C) 1995-2007, Index Data ApS
  * See the file LICENSE for details.
  *
- * $Id: srwtst.c,v 1.1 2003-10-27 12:21:40 adam Exp $
+ * $Id: srwtst.c,v 1.6 2007-01-03 08:42:16 adam Exp $
  */
 
+#include <stdlib.h>
 #include <yaz/srw.h>
 
-#if HAVE_XML2
+#if YAZ_HAVE_XML2
 Z_SOAP_Handler h[2] = {
     {"http://www.loc.gov/zing/srw/v1.0/", 0, (Z_SOAP_fun) yaz_srw_codec},
     {0, 0, 0}
@@ -105,3 +106,11 @@ int main(int argc, char **argv)
     exit(1);
 }
 #endif
+/*
+ * Local variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ * vim: shiftwidth=4 tabstop=8 expandtab
+ */
+