X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fdirentz.h;h=656eba8b6694106a248ab7de8b6873ec550ae99d;hb=6660da7da58c0cba7336a97394577a432058b9e4;hp=77ec607a09e7b8df730fa8341438383093634c38;hpb=896c0427df9d8eff5de6a1735dcd992e067df844;p=idzebra-moved-to-github.git diff --git a/include/direntz.h b/include/direntz.h index 77ec607..656eba8 100644 --- a/include/direntz.h +++ b/include/direntz.h @@ -1,6 +1,6 @@ -/* $Id: direntz.h,v 1.7 2002-08-02 19:26:55 adam Exp $ - Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002 - Index Data Aps +/* $Id: direntz.h,v 1.12 2006-05-10 08:13:18 adam Exp $ + Copyright (C) 1995-2005 + Index Data ApS This file is part of the Zebra server. @@ -20,16 +20,13 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ - - - #ifdef WIN32 /* make WIN32 version of dirent */ #include -#ifdef __cplusplus -extern "C" { -#endif +#include + +YAZ_BEGIN_CDECL struct dirent { char d_name[MAX_PATH]; @@ -41,12 +38,19 @@ DIR *opendir (const char *path); struct dirent *readdir (DIR *dd); void closedir (DIR *dd); -#ifdef __cplusplus -} -#endif +YAZ_END_CDECL #else /* include UNIX version */ +#include #include #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +