Make System.Posix.Internals buildable by nhc98.
[ghc-base.git] / include / dirUtils.h
1 /* 
2  * (c) The University of Glasgow 2002
3  *
4  * Directory Runtime Support
5  */
6 #ifndef __DIRUTILS_H__
7 #define __DIRUTILS_H__
8 #include <sys/types.h>
9 #include <dirent.h>
10
11 extern int __hscore_readdir(DIR *dirPtr, struct dirent **pDirEnt);
12
13 #endif /* __DIRUTILS_H__ */