Changed prototype for chr_map_input - added const.
[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.2  1997-09-05 15:30:06  adam
8  * Changed prototype for chr_map_input - added const.
9  * Added support for C++, headers uses extern "C" for public definitions.
10  *
11  * Revision 1.1  1996/10/29 13:46:12  adam
12  * Removed obsolete headers alexpath, alexutil. Created zebrautl.h as
13  * a replacement.
14  *
15  */
16
17 #ifndef ZEBRA_UTIL_H
18 #define ZEBRA_UTIL_H
19
20 #include <log.h>
21 #include <options.h>
22 #include <xmalloc.h>
23 #include <res.h>
24 #include <readconf.h>
25
26 #include <common.h>
27
28 #endif