X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Ftcpip.h;h=1aa4eba49f97fd89dd20e731e89e5eab7de5ec42;hp=1eb2f48a8d9db7420d78406c0aa89f28165935ea;hb=63cafe41a93427118959a74201b3e331169a71d9;hpb=9c459af695605b44a044ad206562818be10034f1 diff --git a/include/tcpip.h b/include/tcpip.h index 1eb2f48..1aa4eba 100644 --- a/include/tcpip.h +++ b/include/tcpip.h @@ -24,7 +24,10 @@ * OF THIS SOFTWARE. * * $Log: tcpip.h,v $ - * Revision 1.4 1995-09-28 10:12:36 quinn + * Revision 1.5 1995-09-29 17:12:13 quinn + * Smallish + * + * Revision 1.4 1995/09/28 10:12:36 quinn * Windows-support changes * * Revision 1.3 1995/09/27 15:02:53 quinn @@ -62,8 +65,8 @@ #include #endif -struct sockaddr_in MDF *tcpip_strtoaddr(const char *str); +struct sockaddr_in *tcpip_strtoaddr(const char *str); -COMSTACK MDF tcpip_type(int blocking, int protocol); +COMSTACK tcpip_type(int blocking, int protocol); #endif