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