X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Frecord_conv.h;h=a9bdebeab239bd20866bb7e974040e10b6f55fa3;hp=d6af1581e644fac69d95d81460dd5456dcfe813f;hb=b0be69c0a676f1702f12b2ea17cd73f9ebb08ea2;hpb=a3e65bcd3250b107397675bc65b35b5939355025;ds=inline 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 */