Moved definitions of nmem_block and nmem_control.
[yaz-moved-to-github.git] / include / diagbib1.h
index b79fce8..752c0c7 100644 (file)
  * OF THIS SOFTWARE.
  *
  * $Log: diagbib1.h,v $
- * Revision 1.2  1995-05-16 08:50:30  quinn
+ * Revision 1.5  1997-05-14 06:53:39  adam
+ * C++ support.
+ *
+ * Revision 1.4  1995/09/29 17:12:02  quinn
+ * Smallish
+ *
+ * Revision 1.3  1995/09/27  15:02:47  quinn
+ * Modified function heads & prototypes.
+ *
+ * Revision 1.2  1995/05/16  08:50:30  quinn
  * License, documentation, and memory fixes
  *
  * Revision 1.1  1995/03/30  09:39:40  quinn
  *
  */
 
+#ifndef DIAGBIB1_H
+#define DIAGBIB1_H
+
+#include <yconfig.h>
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 const char *diagbib1_str (int code);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif