X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Frecord_conv.c;h=860a3173bcb53182cee0cd8439ba5e1e9e76bfe9;hb=b479a755bb3329922d9d3fb496ba828716a7e40e;hp=bf148e973d7b9ac2da29bcb917999d9945325561;hpb=ca44977409b92a8b1c7bfbc913a6422edc41d1d5;p=yaz-moved-to-github.git diff --git a/src/record_conv.c b/src/record_conv.c index bf148e9..860a317 100644 --- a/src/record_conv.c +++ b/src/record_conv.c @@ -1,8 +1,8 @@ /* - * Copyright (C) 2005-2006, Index Data ApS + * Copyright (C) 2005-2007, Index Data ApS * See the file LICENSE for details. * - * $Id: record_conv.c,v 1.12 2006-12-12 10:41:38 marc Exp $ + * $Id: record_conv.c,v 1.14 2007-01-03 08:42:15 adam Exp $ */ /** * \file record_conv.c @@ -339,10 +339,8 @@ static int conv_marc(yaz_record_conv_t p, const xmlNode *ptr) return 0; } -int yaz_record_conv_configure(yaz_record_conv_t p, const void *ptr_v) +int yaz_record_conv_configure(yaz_record_conv_t p, const xmlNode *ptr) { - const xmlNode *ptr = ptr_v; - yaz_record_conv_reset(p); /* parsing element children */