X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Frecord_conv.h;h=919f76d71cf1e4900ca801f23d57ff851beb402e;hb=297aa7b45c3bd88aea2799f6810c8c85bc998f56;hp=4cd00e0e2feb0444f027ec71f10f0ecc16140b82;hpb=964580242e2e0b2e570f652afa58bfb90ad0bb5e;p=yaz-moved-to-github.git diff --git a/include/yaz/record_conv.h b/include/yaz/record_conv.h index 4cd00e0..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.5 2006-10-09 21:02:41 adam 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 @@ -62,24 +63,22 @@ YAZ_EXPORT void yaz_record_conv_destroy(yaz_record_conv_t p); On failure, use yaz_record_conv_get_error to get error string. \verbatim - + - + \endverbatim \verbatim - + - + \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