Updated WIN32 code specific sections. Changed header.
[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.3  1999-02-02 14:51:29  adam
8  * Updated WIN32 code specific sections. Changed header.
9  *
10  * Revision 1.2  1997/04/30 08:56:08  quinn
11  * null
12  *
13  * Revision 1.1  1996/10/11  10:57:26  adam
14  * New module recctrl. Used to manage records (extract/retrieval).
15  *
16  * Revision 1.1  1995/11/01 13:58:28  quinn
17  * Moving data1 to yaz/retrieval
18  *
19  * Revision 1.1  1995/09/15  14:41:47  quinn
20  * GRS1 work
21  *
22  *
23  */
24
25 #ifndef RECGRS_H
26 #define RECGRS_H
27
28 #include <recctrl.h>
29
30 extern RecType recTypeGrs;
31 #endif