*** empty log message ***
[idzebra-moved-to-github.git] / recctrl / rectext.h
index 1264cf1..2ba91c3 100644 (file)
@@ -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
 
 #include <recctrl.h>
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 extern RecType recTypeText;
+
+#ifdef __cplusplus
+}
+#endif
+
 #endif