e33b8ecad065c6c5b2b6373d553cd1be426f7259
[idzebra-moved-to-github.git] / include / zebrautl.h
1 /*
2  * Copyright (C) 1995-1999, Index Data
3  * All rights reserved.
4  * Sebastian Hammer, Adam Dickmeiss
5  *
6  * $Log: zebrautl.h,v $
7  * Revision 1.6  1999-11-30 13:48:03  adam
8  * Improved installation. Updated for inclusion of YAZ header files.
9  *
10  * Revision 1.5  1999/02/02 14:50:47  adam
11  * Updated WIN32 code specific sections. Changed header.
12  *
13  * Revision 1.4  1997/10/27 14:33:04  adam
14  * Moved towards generic character mapping depending on "structure"
15  * field in abstract syntax file. Fixed a few memory leaks. Fixed
16  * bug with negative integers when doing searches with relational
17  * operators.
18  *
19  * Revision 1.3  1997/09/17 12:19:11  adam
20  * Zebra version corresponds to YAZ version 1.4.
21  * Changed Zebra server so that it doesn't depend on global common_resource.
22  *
23  * Revision 1.2  1997/09/05 15:30:06  adam
24  * Changed prototype for chr_map_input - added const.
25  * Added support for C++, headers uses extern "C" for public definitions.
26  *
27  * Revision 1.1  1996/10/29 13:46:12  adam
28  * Removed obsolete headers alexpath, alexutil. Created zebrautl.h as
29  * a replacement.
30  *
31  */
32
33 #ifndef ZEBRA_UTIL_H
34 #define ZEBRA_UTIL_H
35
36 #include <yaz/yaz-util.h>
37 #include <res.h>
38 #include <zebraver.h>
39
40 #endif