X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2Fsrwtst.c;h=35e60b4f123a93e4c90b3e1719d6a57c838207a1;hb=e8ac1e56929fe175624fb63e619c184b58ef63b9;hp=096b2c5aedfb93f968f7d1f833e4c5eee96d4461;hpb=4e82b831a8ac31e25b246a631acde354d8161688;p=yaz-moved-to-github.git diff --git a/util/srwtst.c b/util/srwtst.c index 096b2c5..35e60b4 100644 --- a/util/srwtst.c +++ b/util/srwtst.c @@ -2,13 +2,13 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: srwtst.c,v 1.3 2005-01-17 13:09:43 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} @@ -106,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 + */ +