X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Ftcpip.h;h=b9afb092d3e3756b90d33e833d8faf122627938b;hb=926357dcfb7a359cc7a23766460cef5fe21156ee;hp=591c526da58ca9e117f71342cada0da4d55ca705;hpb=05c274ef315384faafcc5900c17468f0ea2474e6;p=yaz-moved-to-github.git diff --git a/include/yaz/tcpip.h b/include/yaz/tcpip.h index 591c526..b9afb09 100644 --- a/include/yaz/tcpip.h +++ b/include/yaz/tcpip.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995-2004, 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,7 @@ * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE * OF THIS SOFTWARE. * - * $Id: tcpip.h,v 1.5 2004-10-15 00:18:59 adam Exp $ + * $Id: tcpip.h,v 1.8 2006-08-30 18:58:58 adam Exp $ */ /** * \file tcpip.h @@ -39,10 +39,17 @@ YAZ_BEGIN_CDECL YAZ_EXPORT int completeWAIS(const unsigned char *buf, int len); -YAZ_EXPORT struct sockaddr_in *tcpip_strtoaddr(const char *str); YAZ_EXPORT COMSTACK tcpip_type(int s, int blocking, int protocol, void *vp); 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 + */ +