X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fxmosi.h;h=c359faacb6121291a02732018b0f49626ddafdd4;hb=28231d4c83085109d800c6689ae778cc041c51e7;hp=540b9ac8068b131aaae57e596c652bcfee8ac5cc;hpb=99268f722648e84bf5c54eb685a1434e100f38a1;p=yaz-moved-to-github.git diff --git a/include/xmosi.h b/include/xmosi.h index 540b9ac..c359faa 100644 --- a/include/xmosi.h +++ b/include/xmosi.h @@ -24,7 +24,19 @@ * OF THIS SOFTWARE. * * $Log: xmosi.h,v $ - * Revision 1.2 1995-05-16 08:50:39 quinn + * 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 + * Smallish + * + * Revision 1.3 1995/09/27 15:02:53 quinn + * Modified function heads & prototypes. + * + * Revision 1.2 1995/05/16 08:50:39 quinn * License, documentation, and memory fixes * * Revision 1.1 1995/03/30 09:39:43 quinn @@ -45,14 +57,23 @@ #ifndef XMOSI_H #define XMOSI_H +#include #include #include #include #include #include +#ifdef __cplusplus +extern "C" { +#endif + struct netbuf *mosi_strtoaddr(const char *str); -COMSTACK mosi_type(int blocking, int protocol); +COMSTACK mosi_type(int s, int blocking, int protocol); + +#ifdef __cplusplus +} +#endif #endif