X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;ds=inline;f=include%2Fidzebra%2Fdata1.h;h=99da4bb9e443d5921db6627cb4f2676971719bf4;hb=407d3ca3408a0b117616ca9c6fe92531d3b10d6c;hp=75c35cb6947b5a222e7670d38c2ba9f50aa87f9e;hpb=95272ce88b72b42a81b82d5eab2dff68855d42df;p=idzebra-moved-to-github.git diff --git a/include/idzebra/data1.h b/include/idzebra/data1.h index 75c35cb..99da4bb 100644 --- a/include/idzebra/data1.h +++ b/include/idzebra/data1.h @@ -1,4 +1,4 @@ -/* $Id: data1.h,v 1.3 2004-10-04 09:19:16 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 #include + #include -#include #define d1_isspace(c) strchr(" \r\n\t\f", c) #define d1_isdigit(c) ((c) <= '9' && (c) >= '0') @@ -264,7 +264,7 @@ typedef struct data1_element char *sub_name; struct data1_element *children; struct data1_element *next; - struct data1_hash *hash; + struct data1_hash_table *hash; } data1_element; typedef struct data1_sub_elements {