C++ compilation.
[idzebra-moved-to-github.git] / isam / isutil.h
index 50bbb62..9b16540 100644 (file)
@@ -1,10 +1,16 @@
 /*
- * Copyright (C) 1994, Index Data I/S 
+ * Copyright (C) 1994-1999, Index Data
  * All rights reserved.
  * Sebastian Hammer, Adam Dickmeiss
  *
  * $Log: isutil.h,v $
- * Revision 1.1  1994-09-12 08:02:14  quinn
+ * Revision 1.3  1999-05-26 07:49:14  adam
+ * C++ compilation.
+ *
+ * Revision 1.2  1999/02/02 14:51:18  adam
+ * Updated WIN32 code specific sections. Changed header.
+ *
+ * Revision 1.1  1994/09/12 08:02:14  quinn
  * Not functional yet
  *
  */
 #ifndef ISUTIL_H
 #define ISUTIL_H
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 char *strconcat(const char *s1, ...);
 
 int is_default_cmp(const void *k1, const void *k2); /* compare function */
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif