X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Frecord_conv.h;h=919f76d71cf1e4900ca801f23d57ff851beb402e;hb=ffc156e81106f536a43f949379cee95b16e0c957;hp=07f9c90aae4287c4149f003b63120d0457301b4c;hpb=ca44977409b92a8b1c7bfbc913a6422edc41d1d5;p=yaz-moved-to-github.git diff --git a/include/yaz/record_conv.h b/include/yaz/record_conv.h index 07f9c90..919f76d 100644 --- a/include/yaz/record_conv.h +++ b/include/yaz/record_conv.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995-2006, Index Data + * Copyright (c) 1995-2007, Index Data * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -24,7 +24,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $Id: record_conv.h,v 1.6 2006-12-12 10:41:38 marc Exp $ */ +/* $Id: record_conv.h,v 1.8 2007-01-03 08:42:14 adam Exp $ */ /** * \file record_conv.h @@ -37,6 +37,7 @@ #include #include #include +#include YAZ_BEGIN_CDECL @@ -75,11 +76,9 @@ YAZ_EXPORT void yaz_record_conv_destroy(yaz_record_conv_t p); \endverbatim - - */ YAZ_EXPORT -int yaz_record_conv_configure(yaz_record_conv_t p, const void *node); +int yaz_record_conv_configure(yaz_record_conv_t p, const xmlNode *node); /** performs record conversion \param p record conversion handle