New module recctrl. Used to manage records (extract/retrieval).
[idzebra-moved-to-github.git] / recctrl / recgrs.h
1 /*
2  * Copyright (C) 1994-1995, Index Data I/S 
3  * All rights reserved.
4  * Sebastian Hammer, Adam Dickmeiss
5  *
6  * $Log: recgrs.h,v $
7  * Revision 1.1  1996-10-11 10:57:26  adam
8  * New module recctrl. Used to manage records (extract/retrieval).
9  *
10  * Revision 1.1  1995/11/01 13:58:28  quinn
11  * Moving data1 to yaz/retrieval
12  *
13  * Revision 1.1  1995/09/15  14:41:47  quinn
14  * GRS1 work
15  *
16  *
17  */
18
19 #ifndef RECGRS_H
20 #define RECGRS_H
21
22 #include <recctrl.h>
23
24 extern RecType recTypeGrs;
25 #endif