X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=recctrl%2Fmarcread.c;fp=recctrl%2Fmarcread.c;h=0719d54a5c0d2e9f5bf50719e5c8cd1002c1926d;hb=3c4d4c20c0735741737e66cf8d270a87fa7eb58e;hp=2c24daa5bf21fe05cdee344bd87c81608ebdde02;hpb=0d1f1699d41eec211295db7e1cdaae5bc1104837;p=idzebra-moved-to-github.git diff --git a/recctrl/marcread.c b/recctrl/marcread.c index 2c24daa..0719d54 100644 --- a/recctrl/marcread.c +++ b/recctrl/marcread.c @@ -1,4 +1,4 @@ -/* $Id: marcread.c,v 1.30 2005-01-15 19:38:32 adam Exp $ +/* $Id: marcread.c,v 1.31 2005-03-31 12:42:06 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -804,6 +804,7 @@ static int retrieve_marc(void *clientData, struct recRetrieveCtrl *ctrl) } static struct recType marc_type = { + 0, "grs.marc", init_marc, config_marc, @@ -823,6 +824,7 @@ static int retrieve_marcxml(void *clientData, struct recRetrieveCtrl *ctrl) } static struct recType marcxml_type = { + 0, "grs.marcxml", init_marc, config_marc,