X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=recctrl%2Fdanbibr.c;h=92e1d18134506f1126f933206fa8cbcf990d5e14;hb=296574b8e825da3594047d8d63c9639d90866047;hp=f7478bae96820b99d31fbc94ff8a83208bc11ecf;hpb=5437b50633032595afe6f87dc0f989bc92a5aea8;p=idzebra-moved-to-github.git diff --git a/recctrl/danbibr.c b/recctrl/danbibr.c index f7478ba..92e1d18 100644 --- a/recctrl/danbibr.c +++ b/recctrl/danbibr.c @@ -1,6 +1,6 @@ -/* $Id: danbibr.c,v 1.7 2004-11-19 10:27:12 heikki Exp $ - Copyright (C) 2004 - Index Data Aps +/* $Id: danbibr.c,v 1.11 2006-05-10 08:13:28 adam Exp $ + Copyright (C) 1995-2005 + Index Data ApS This file is part of the Zebra server. @@ -24,7 +24,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include #include -#include +#include #include @@ -215,6 +215,7 @@ static int retrieve_danbib(void *clientData, struct recRetrieveCtrl *ctrl) } static struct recType danbib_type = { + 0, "grs.danbib", init_danbib, 0, @@ -237,3 +238,11 @@ idzebra_filter +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +