X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=include%2Fidzebra%2Futil.h;h=dab449081a2bfae2a23ef5584081c429a9a7b932;hp=41f356ece1467b3d96eceb20c3a5552ba2d6121b;hb=49d0ee122a9f86ec2967b577dcc297c501785edd;hpb=316086745a698f6c5a5e64a285cf1e764e3315b0 diff --git a/include/idzebra/util.h b/include/idzebra/util.h index 41f356e..dab4490 100644 --- a/include/idzebra/util.h +++ b/include/idzebra/util.h @@ -1,4 +1,4 @@ -/* $Id: util.h,v 1.1 2005-03-30 09:25:23 adam Exp $ +/* $Id: util.h,v 1.2 2005-04-15 10:47:48 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -23,7 +23,8 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #ifndef ZEBRA_UTIL_H #define ZEBRA_UTIL_H -#include +#include +#include #include @@ -50,6 +51,10 @@ typedef long zint; #endif #endif +typedef short ZEBRA_RES; +#define ZEBRA_FAIL -1 +#define ZEBRA_OK 0 + typedef zint SYSNO; YAZ_EXPORT