*** empty log message ***
[idzebra-moved-to-github.git] / recctrl / recgrs.h
1 /*
2  * Copyright (C) 1994-1999, Index Data
3  * All rights reserved.
4  * Sebastian Hammer, Adam Dickmeiss
5  *
6  * $Log: recgrs.h,v $
7  * Revision 1.4  1999-05-26 07:49:14  adam
8  * C++ compilation.
9  *
10  * Revision 1.3  1999/02/02 14:51:29  adam
11  * Updated WIN32 code specific sections. Changed header.
12  *
13  * Revision 1.2  1997/04/30 08:56:08  quinn
14  * null
15  *
16  * Revision 1.1  1996/10/11  10:57:26  adam
17  * New module recctrl. Used to manage records (extract/retrieval).
18  *
19  * Revision 1.1  1995/11/01 13:58:28  quinn
20  * Moving data1 to yaz/retrieval
21  *
22  * Revision 1.1  1995/09/15  14:41:47  quinn
23  * GRS1 work
24  *
25  *
26  */
27
28 #ifndef RECGRS_H
29 #define RECGRS_H
30
31 #include <recctrl.h>
32
33 #ifdef __cplusplus
34 extern "C" {
35 #endif
36
37 extern RecType recTypeGrs;
38
39 #ifdef __cplusplus
40 }
41 #endif
42
43 #endif