Allow split path/level to be specified in XSLT conf.
[idzebra-moved-to-github.git] / recctrl / danbibr.c
index f01a94d..d949124 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: danbibr.c,v 1.5 2004-09-27 10:44:50 adam Exp $
-   Copyright (C) 2004
-   Index Data Aps
+/* $Id: danbibr.c,v 1.10 2005-03-31 12:42:06 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
@@ -26,11 +26,9 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 
 #include <yaz/log.h>
 
-#include "grsread.h"
+#include <idzebra/recgrs.h>
 
 #include <yaz/xmalloc.h>
-#include <yaz/log.h>
-#include <data1.h>
 
 #define READ_CHUNK 200
 
@@ -217,6 +215,7 @@ static int retrieve_danbib(void *clientData, struct recRetrieveCtrl *ctrl)
 }
 
 static struct recType danbib_type = {
+    0,
     "grs.danbib",
     init_danbib,
     0,