Added Doxyfile.
[idzebra-moved-to-github.git] / include / idzebra / data1.h
index 5f65229..dc7c975 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: data1.h,v 1.4 2004-10-04 09:20:31 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: data1.h,v 1.7 2005-01-15 19:38:24 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
@@ -30,8 +30,8 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 #include <yaz/proto.h>
 
 #include <idzebra/version.h>
+
 #include <yaz/yaz-util.h>
-#include <yaz/wrbuf.h>
 
 #define d1_isspace(c) strchr(" \r\n\t\f", c)
 #define d1_isdigit(c) ((c) <= '9' && (c) >= '0')