Put local variables footer in all c, h files.
[idzebra-moved-to-github.git] / recctrl / danbibr.c
index f01a94d..92e1d18 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.11 2006-05-10 08:13:28 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,
@@ -239,3 +238,11 @@ idzebra_filter
     
 
 
+/*
+ * Local variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ * vim: shiftwidth=4 tabstop=8 expandtab
+ */
+