X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fxmosi.h;h=8d522d398a4fcfb07934e9890a16055556ca46e9;hb=18ed9f15a489511014d4384a53b27e35824dd831;hp=0b1a17aba3e2d79343182d94504a469c8ae02eee;hpb=63cafe41a93427118959a74201b3e331169a71d9;p=yaz-moved-to-github.git diff --git a/include/xmosi.h b/include/xmosi.h index 0b1a17a..8d522d3 100644 --- a/include/xmosi.h +++ b/include/xmosi.h @@ -24,7 +24,16 @@ * OF THIS SOFTWARE. * * $Log: xmosi.h,v $ - * Revision 1.4 1995-09-29 17:12:13 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 * Smallish * * Revision 1.3 1995/09/27 15:02:53 quinn @@ -51,15 +60,23 @@ #ifndef XMOSI_H #define XMOSI_H -#include +#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