X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fdirent.c;h=67397cf686ed7543f07fa3194a1272876ef2ce9b;hb=00537b483d646bd04a204708ecbde708861f044e;hp=ee83a8c4f626213d466ba5ab52473c106e462ad5;hpb=2715f6522ca62ab5dbc886c21ed18945743216f0;p=yaz-moved-to-github.git diff --git a/src/dirent.c b/src/dirent.c index ee83a8c..67397cf 100644 --- a/src/dirent.c +++ b/src/dirent.c @@ -1,9 +1,9 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2011 Index Data + * Copyright (C) 1995-2012 Index Data * See the file LICENSE for details. */ -/** \file +/** \file \brief Implement opendir/readdir/closedir on Windows */ @@ -40,7 +40,7 @@ DIR *opendir(const char *name) dd->handle = FindFirstFile(fullName, &dd->find_data); return dd; } - + struct dirent *readdir(DIR *dd) { if (dd->handle == INVALID_HANDLE_VALUE)