Moved zebrautl.h to idzebra/util.h.
[idzebra-moved-to-github.git] / include / zebrautl.h
diff --git a/include/zebrautl.h b/include/zebrautl.h
deleted file mode 100644 (file)
index ecc5d42..0000000
+++ /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 <yaz/yaz-util.h>
-
-#include <idzebra/res.h>
-#include <idzebra/version.h>
-
-/* 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