Updated WIN32 code specific sections. Changed header.
[idzebra-moved-to-github.git] / recctrl / rectext.h
1 /*
2  * Copyright (C) 1994-1999, Index Data
3  * All rights reserved.
4  * Sebastian Hammer, Adam Dickmeiss
5  *
6  * $Log: rectext.h,v $
7  * Revision 1.3  1999-02-02 14:51:30  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:29  adam
14  * New module recctrl. Used to manage records (extract/retrieval).
15  *
16  * Revision 1.1  1995/09/14 07:48:14  adam
17  * Record control management.
18  *
19  */
20
21 #ifndef RECTEXT_H
22 #define RECTEXT_H
23
24 #include <recctrl.h>
25
26 extern RecType recTypeText;
27 #endif