X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2Fsrwtst.c;h=35e60b4f123a93e4c90b3e1719d6a57c838207a1;hb=fc6d778b923000b5c6ad8e108b0b184178a9d33f;hp=b10fb5b7161f90d90d2ad8869b886b4b16f9d731;hpb=c6e47cbbff56f39f6d81b079ebaeac41d793d4d9;p=yaz-moved-to-github.git diff --git a/util/srwtst.c b/util/srwtst.c index b10fb5b..35e60b4 100644 --- a/util/srwtst.c +++ b/util/srwtst.c @@ -1,13 +1,14 @@ /* - * Copyright (c) 2002-2003, Index Data. + * Copyright (C) 1995-2005, 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.5 2006-07-06 10:17:55 adam Exp $ */ +#include #include -#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 + */ +