X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Funix.h;h=32d1f9442d16a9488dad94b9eb160b985394d681;hp=7b7054b47925c3eebd41b9075b68c4ed3507956e;hb=11dbebdf973d652e486f2b5e457cc46d1478556f;hpb=4d531a1a9131d69c3b6c27fbac42837e22cff61c diff --git a/include/yaz/unix.h b/include/yaz/unix.h index 7b7054b..32d1f94 100644 --- a/include/yaz/unix.h +++ b/include/yaz/unix.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995-2003, Index Data. + * Copyright (C) 1995-2006, 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,9 +23,12 @@ * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE * OF THIS SOFTWARE. * - * $Id: unix.h,v 1.2 2003-01-06 08:20:27 adam Exp $ + * $Id: unix.h,v 1.6 2006-09-06 15:01:53 adam Exp $ * UNIX socket COMSTACK. By Morten Bøgeskov. - * + */ +/** + * \file unix.h + * \brief Header for UNIX domain socket COMSTACK */ #ifndef UNIX_H @@ -40,10 +43,18 @@ YAZ_BEGIN_CDECL YAZ_EXPORT int completeWAIS(const unsigned char *buf, int len); YAZ_EXPORT struct sockaddr_un *unix_strtoaddr(const char *str); -YAZ_EXPORT COMSTACK unix_type(int s, int blocking, int protocol, void *vp); +YAZ_EXPORT COMSTACK unix_type(int s, int flags, int protocol, void *vp); YAZ_END_CDECL #endif #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +