X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Ftcpip.h;h=16aaf99230e874ae6fa65a3871b9bb685c717d47;hb=a89ed3c40c9eab3721ccbd5e91919ba06208edbc;hp=a9581db01f520e7ba03f5209612ed435d6aeb49b;hpb=ba8d526ec24077c455979314147aaff20746a8ca;p=yaz-moved-to-github.git diff --git a/include/yaz/tcpip.h b/include/yaz/tcpip.h index a9581db..16aaf99 100644 --- a/include/yaz/tcpip.h +++ b/include/yaz/tcpip.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995-2003, Index Data. + * Copyright (C) 1995-2005, Index Data ApS * * Permission to use, copy, modify, distribute, and sell this software and * its documentation, in whole or in part, for any purpose, is hereby granted, @@ -23,7 +23,11 @@ * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE * OF THIS SOFTWARE. * - * $Id: tcpip.h,v 1.4 2003-03-03 19:57:35 adam Exp $ + * $Id: tcpip.h,v 1.7 2005-06-25 15:46:03 adam Exp $ + */ +/** + * \file tcpip.h + * \brief Header for TCP/IP + SSL COMSTACK. */ #ifndef TCPIP_H @@ -42,3 +46,11 @@ YAZ_EXPORT COMSTACK ssl_type(int s, int blocking, int protocol, void *vp); YAZ_END_CDECL #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +