Implemented data1_add_insert_taggeddata utility which is more flexible
[yaz-moved-to-github.git] / include / prt-rsc.h
index 2796bc3..5cc2e61 100644 (file)
  * OF THIS SOFTWARE.
  *
  * $Log: prt-rsc.h,v $
- * Revision 1.3  1995-08-17 12:45:17  quinn
+ * Revision 1.6  1997-05-14 06:53:50  adam
+ * C++ support.
+ *
+ * Revision 1.5  1995/09/29 17:12:11  quinn
+ * Smallish
+ *
+ * Revision 1.4  1995/09/27  15:02:52  quinn
+ * Modified function heads & prototypes.
+ *
+ * Revision 1.3  1995/08/17  12:45:17  quinn
  * Fixed minor problems with GRS-1. Added support in c&s.
  *
  * Revision 1.2  1995/06/02  09:49:50  quinn
 #ifndef PRT_RSC_H
 #define PRT_RSC_H
 
+#include <yconfig.h>
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 /* -------------------- Resource-1 -------------------- */
 
 #define Z_EstimateType_currentSearchRecords           1
@@ -91,4 +106,8 @@ typedef struct Z_ResourceReport2
 
 int z_ResourceReport2(ODR o, Z_ResourceReport2 **p, int opt);
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif