X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Ftcpip.h;h=ddb2a5a59d7ddd400e134589502d84c12da5d282;hb=657fb99115b87a5244e9a33bbe4ca3d9d18849c4;hp=3a4e1a6673de8176e020aa1145006123aba507fd;hpb=f305305306da9af74ed6c559f2b06353fd5a7c82;p=yaz-moved-to-github.git diff --git a/include/tcpip.h b/include/tcpip.h index 3a4e1a6..ddb2a5a 100644 --- a/include/tcpip.h +++ b/include/tcpip.h @@ -24,7 +24,10 @@ * OF THIS SOFTWARE. * * $Log: tcpip.h,v $ - * Revision 1.2 1995-05-16 08:50:39 quinn + * 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 +48,15 @@ #ifndef TCPIP_H #define TCPIP_H +#include #include #include #include #include #include -struct sockaddr_in *tcpip_strtoaddr(const char *str); +struct sockaddr_in MDF *tcpip_strtoaddr(const char *str); -COMSTACK tcpip_type(int blocking, int protocol); +COMSTACK MDF tcpip_type(int blocking, int protocol); #endif