X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=comstack%2Ftcpip.c;h=f9c48c0b4a5eccba65157de571e3ac57ce08fb3f;hb=8e3d81fc1e875957337ff69c6a449c40c00ed8bd;hp=426f3ff9f7ce3f64d809ac8e0dbef3edc5d324d0;hpb=214a19efbb9f3ccb3cfe678b5c9ba805774b3d12;p=yaz-moved-to-github.git diff --git a/comstack/tcpip.c b/comstack/tcpip.c index 426f3ff..f9c48c0 100644 --- a/comstack/tcpip.c +++ b/comstack/tcpip.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: tcpip.c,v $ - * Revision 1.11 1996-02-23 10:00:39 quinn + * Revision 1.12 1996-07-06 19:58:30 quinn + * System headerfiles gathered in yconfig + * + * Revision 1.11 1996/02/23 10:00:39 quinn * WAIS Work * * Revision 1.10 1996/02/20 12:52:11 quinn @@ -113,10 +116,6 @@ #include #include -#ifndef WINDOWS -#include -#endif - int tcpip_close(COMSTACK h); int tcpip_put(COMSTACK h, char *buf, int size); int tcpip_get(COMSTACK h, char **buf, int *bufsize);