X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fidzebra%2Fdata1.h;h=705b9e99e5d2927b73c3db82318652f315b26714;hb=ecf94fc25324414287d3bbfbeba4440e558edd17;hp=99da4bb9e443d5921db6627cb4f2676971719bf4;hpb=4eb3b54bb2ca9af74f39f000d3d40dba99ded887;p=idzebra-moved-to-github.git diff --git a/include/idzebra/data1.h b/include/idzebra/data1.h index 99da4bb..705b9e9 100644 --- a/include/idzebra/data1.h +++ b/include/idzebra/data1.h @@ -1,6 +1,6 @@ -/* $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 +/* $Id: data1.h,v 1.8 2005-03-30 09:25:23 adam Exp $ + Copyright (C) 1995-2005 + Index Data ApS This file is part of the Zebra server. @@ -28,11 +28,10 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include #include #include - -#include - #include +#include + #define d1_isspace(c) strchr(" \r\n\t\f", c) #define d1_isdigit(c) ((c) <= '9' && (c) >= '0')