Changed prototype for chr_map_input - added const.
[idzebra-moved-to-github.git] / include / rsnull.h
1 /*
2  * Copyright (C) 1994-1997, Index Data I/S 
3  * All rights reserved.
4  * Sebastian Hammer, Adam Dickmeiss
5  *
6  * $Log: rsnull.h,v $
7  * Revision 1.2  1997-09-05 15:30:05  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  1995/09/06 10:36:16  adam
12  * Null set implemented.
13  *
14  */
15
16 #ifndef RSET_NULL_H
17 #define RSET_NULL_H
18
19 #include <rset.h>
20
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24
25 extern const rset_control *rset_kind_null;
26
27 #ifdef __cplusplus
28 }
29 #endif
30
31 #endif