Changed the way implementationName - and version is set.
[yaz-moved-to-github.git] / include / xmosi.h
index 384a2ba..8d522d3 100644 (file)
  * OF THIS SOFTWARE.
  *
  * $Log: xmosi.h,v $
- * Revision 1.5  1996-02-10 12:23:43  quinn
+ * Revision 1.7  1999-06-16 11:55:24  adam
+ * Added APDU log to client.
+ *
+ * Revision 1.6  1997/05/14 06:53:53  adam
+ * C++ support.
+ *
+ * Revision 1.5  1996/02/10 12:23:43  quinn
  * Enable inetd operations fro TCP/IP stack
  *
  * Revision 1.4  1995/09/29  17:12:13  quinn
 #ifndef XMOSI_H
 #define XMOSI_H
 
-#include <yconfig.h>
+#include <comstack.h>
 #include <stdio.h>
 #include <xti.h>
 #include <xti92.h>
 #include <xtiUser.h>
 #include <mosi.h>
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 struct netbuf *mosi_strtoaddr(const char *str);
 
 COMSTACK mosi_type(int s, int blocking, int protocol);
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif