C++ compilation.
[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.4  1999-05-26 07:49:14  adam
8  * C++ compilation.
9  *
10  * Revision 1.3  1999/02/02 14:51:30  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:29  adam
17  * New module recctrl. Used to manage records (extract/retrieval).
18  *
19  * Revision 1.1  1995/09/14 07:48:14  adam
20  * Record control management.
21  *
22  */
23
24 #ifndef RECTEXT_H
25 #define RECTEXT_H
26
27 #include <recctrl.h>
28
29 #ifdef __cplusplus
30 extern "C" {
31 #endif
32
33 extern RecType recTypeText;
34
35 #ifdef __cplusplus
36 }
37 #endif
38
39 #endif