beta-0.89.2
[luatex.git] / source / texk / kpathsea / xopendir.h
blobb786d9a89ee419205a73697aadc1863491d688ab
1 /* xopendir.h: declare checked directory operations.
3 Copyright 1994, 1996, 2008, 2010 Karl Berry.
5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public
7 License as published by the Free Software Foundation; either
8 version 2.1 of the License, or (at your option) any later version.
10 This library is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Lesser General Public License for more details.
15 You should have received a copy of the GNU Lesser General Public License
16 along with this library; if not, see <http://www.gnu.org/licenses/>. */
18 #if !defined (KPATHSEA_XOPENDIR_H) && (!defined (WIN32) || defined(__MINGW32__))
19 #define KPATHSEA_XOPENDIR_H
21 #include <kpathsea/c-dir.h>
22 #include <kpathsea/c-proto.h>
23 #include <kpathsea/types.h>
25 #ifdef MAKE_KPSE_DLL /* libkpathsea internal only */
27 /* Like opendir and closedir, but abort on error. */
28 extern DIR *xopendir (const_string dirname);
29 extern void xclosedir (DIR *);
31 #endif /* MAKE_KPSE_DLL */
33 #endif /* not (KPATHSEA_XOPENDIR_H or WIN32) */