8bb39090f454067bdc6e912a1d76683f1b329413
[idzebra-moved-to-github.git] / recctrl / rectext.h
1 /*
2  * Copyright (C) 1994-1996, Index Data I/S 
3  * All rights reserved.
4  * Sebastian Hammer, Adam Dickmeiss
5  *
6  * $Log: rectext.h,v $
7  * Revision 1.2  1997-04-30 08:56:08  quinn
8  * null
9  *
10  * Revision 1.1  1996/10/11  10:57:29  adam
11  * New module recctrl. Used to manage records (extract/retrieval).
12  *
13  * Revision 1.1  1995/09/14 07:48:14  adam
14  * Record control management.
15  *
16  */
17
18 #ifndef RECTEXT_H
19 #define RECTEXT_H
20
21 #include <recctrl.h>
22
23 extern RecType recTypeText;
24 #endif