[project @ 2002-02-05 17:32:24 by simonmar]
[haskell-directory.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
9 extern HsInt __hscore_readdir(HsAddr dirPtr, HsAddr pDirEnt);
10
11 #endif /* __DIRUTILS_H__ */