using yaz/log.h again
[idzebra-moved-to-github.git] / include / idzebra / data1.h
index 6596cb6..99da4bb 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: data1.h,v 1.2 2004-09-28 10:43:37 adam Exp $
+/* $Id: data1.h,v 1.6 2004-12-13 20:51:30 adam Exp $
    Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
    Index Data Aps
 
@@ -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')
@@ -264,6 +264,7 @@ typedef struct data1_element
     char *sub_name;
     struct data1_element *children;
     struct data1_element *next;
+    struct data1_hash_table *hash;
 } data1_element;
 
 typedef struct data1_sub_elements {