Zebra version corresponds to YAZ version 1.4.
[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.3  1997-09-17 12:19:11  adam
8  * Zebra version corresponds to YAZ version 1.4.
9  * Changed Zebra server so that it doesn't depend on global common_resource.
10  *
11  * Revision 1.2  1997/09/05 15:30:06  adam
12  * Changed prototype for chr_map_input - added const.
13  * Added support for C++, headers uses extern "C" for public definitions.
14  *
15  * Revision 1.1  1996/10/29 13:46:12  adam
16  * Removed obsolete headers alexpath, alexutil. Created zebrautl.h as
17  * a replacement.
18  *
19  */
20
21 #ifndef ZEBRA_UTIL_H
22 #define ZEBRA_UTIL_H
23
24 #include <log.h>
25 #include <options.h>
26 #include <xmalloc.h>
27 #include <res.h>
28 #include <readconf.h>
29
30 #endif