X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=include%2Fyaz%2Frecord_conv.h;h=a9bdebeab239bd20866bb7e974040e10b6f55fa3;hb=487b5074b34ff24575136df048d9c7970ccaf98f;hp=d6af1581e644fac69d95d81460dd5456dcfe813f;hpb=a3e65bcd3250b107397675bc65b35b5939355025;p=yaz-moved-to-github.git diff --git a/include/yaz/record_conv.h b/include/yaz/record_conv.h index d6af158..a9bdebe 100644 --- a/include/yaz/record_conv.h +++ b/include/yaz/record_conv.h @@ -61,7 +61,7 @@ struct yaz_record_conv_type { struct yaz_record_conv_type *next; /** \brief construct and configure a type of ours */ - void * (*construct)(yaz_record_conv_t , const xmlNode *, const char *path, + void * (*construct)(const xmlNode *, const char *path, WRBUF error_msg); /** \brief converts a record */