X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fzebrautl.h;fp=include%2Fzebrautl.h;h=0000000000000000000000000000000000000000;hb=deff57cfa9d9b39c4a4f1c9b82a64c6e61d821a4;hp=ecc5d42a6f469f8b0bafb5e5c0e4d17a82d5235b;hpb=8374209906a1ff4f2b0f9a855f67af2b460dfea4;p=idzebra-moved-to-github.git diff --git a/include/zebrautl.h b/include/zebrautl.h deleted file mode 100644 index ecc5d42..0000000 --- a/include/zebrautl.h +++ /dev/null @@ -1,43 +0,0 @@ -/* $Id: zebrautl.h,v 1.14 2005-03-08 14:02:08 adam Exp $ - Copyright (C) 1995-2005 - Index Data ApS - -This file is part of the Zebra server. - -Zebra is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation; either version 2, or (at your option) any later -version. - -Zebra is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or -FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -for more details. - -You should have received a copy of the GNU General Public License -along with Zebra; see the file LICENSE.zebra. If not, write to the -Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. -*/ - -#ifndef ZEBRA_UTIL_H -#define ZEBRA_UTIL_H - -#include - -#include -#include - -/* check that we don't have all too old yaz */ -#ifndef YLOG_ERRNO -#error Need a modern yaz with YLOG_ defines -#endif - -YAZ_BEGIN_CDECL -zint atoi_zn (const char *buf, zint len); -YAZ_END_CDECL - -#define CAST_ZINT_TO_INT(x) (int)(x) -#define CAST_ZINT_TO_DOUBLE(x) (double)(x) - -#endif