fa1997f24a524f71cb92a98d0e587084e597b872
[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.5  1999-02-02 14:50:47  adam
8  * Updated WIN32 code specific sections. Changed header.
9  *
10  * Revision 1.4  1997/10/27 14:33:04  adam
11  * Moved towards generic character mapping depending on "structure"
12  * field in abstract syntax file. Fixed a few memory leaks. Fixed
13  * bug with negative integers when doing searches with relational
14  * operators.
15  *
16  * Revision 1.3  1997/09/17 12:19:11  adam
17  * Zebra version corresponds to YAZ version 1.4.
18  * Changed Zebra server so that it doesn't depend on global common_resource.
19  *
20  * Revision 1.2  1997/09/05 15:30:06  adam
21  * Changed prototype for chr_map_input - added const.
22  * Added support for C++, headers uses extern "C" for public definitions.
23  *
24  * Revision 1.1  1996/10/29 13:46:12  adam
25  * Removed obsolete headers alexpath, alexutil. Created zebrautl.h as
26  * a replacement.
27  *
28  */
29
30 #ifndef ZEBRA_UTIL_H
31 #define ZEBRA_UTIL_H
32
33 #include <yaz-util.h>
34 #include <res.h>
35
36 #endif