X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=recctrl%2Frectext.h;h=2ba91c3f5e3f870cebc95905cd31684f1d480386;hb=5adb31268b057741850de38eafd42baf8dc947ea;hp=1264cf1cd01aa2d36e91e1283223cc63bfdb8e3f;hpb=1300c402a9ecc32b470a7db96c0d93172ed1cf25;p=idzebra-moved-to-github.git diff --git a/recctrl/rectext.h b/recctrl/rectext.h index 1264cf1..2ba91c3 100644 --- a/recctrl/rectext.h +++ b/recctrl/rectext.h @@ -1,10 +1,19 @@ /* - * Copyright (C) 1994-1996, Index Data I/S + * Copyright (C) 1994-1999, Index Data * All rights reserved. * Sebastian Hammer, Adam Dickmeiss * * $Log: rectext.h,v $ - * Revision 1.1 1996-10-11 10:57:29 adam + * Revision 1.4 1999-05-26 07:49:14 adam + * C++ compilation. + * + * Revision 1.3 1999/02/02 14:51:30 adam + * Updated WIN32 code specific sections. Changed header. + * + * Revision 1.2 1997/04/30 08:56:08 quinn + * null + * + * Revision 1.1 1996/10/11 10:57:29 adam * New module recctrl. Used to manage records (extract/retrieval). * * Revision 1.1 1995/09/14 07:48:14 adam @@ -17,5 +26,14 @@ #include +#ifdef __cplusplus +extern "C" { +#endif + extern RecType recTypeText; + +#ifdef __cplusplus +} +#endif + #endif