X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Ftcpip.c;h=f417c240053c901f0f3cee269da0cce98f8e4384;hp=1136c9d67c62ce184a83e83b2d918019c84dcf65;hb=3b96525a40981e162b959f3e842e0ff20e314320;hpb=b7f03b57557b9da147ff84f172dac4f8eb8850d8 diff --git a/src/tcpip.c b/src/tcpip.c index 1136c9d..f417c24 100644 --- a/src/tcpip.c +++ b/src/tcpip.c @@ -2,7 +2,11 @@ * Copyright (c) 1995-2004, Index Data * See the file LICENSE for details. * - * $Id: tcpip.c,v 1.10 2004-09-21 14:59:01 adam Exp $ + * $Id: tcpip.c,v 1.12 2004-11-18 15:18:14 heikki Exp $ + */ +/** + * \file tcpip.c + * \brief Implements TCP/IP + SSL COMSTACK. */ #include @@ -24,7 +28,6 @@ #include #include -#include #include #ifdef WIN32