X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fxmosi.h;h=c359faacb6121291a02732018b0f49626ddafdd4;hb=8d363b42a1805306b5df26aac694a4491d5c9119;hp=384a2bad0e85069ea272bf2a751560e8f0fde0ff;hpb=9d17b5cfa8555d4762f162785edede1e0314cc07;p=yaz-moved-to-github.git diff --git a/include/xmosi.h b/include/xmosi.h index 384a2ba..c359faa 100644 --- a/include/xmosi.h +++ b/include/xmosi.h @@ -24,7 +24,10 @@ * OF THIS SOFTWARE. * * $Log: xmosi.h,v $ - * Revision 1.5 1996-02-10 12:23:43 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 @@ -61,8 +64,16 @@ #include #include +#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