blob: d5d75bb7019f34865e1d1d037634f98c87f7c134 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/*
* (c) The University of Glasgow 2002
*
* Directory Runtime Support
*/
#ifndef __DIRUTILS_H__
#define __DIRUTILS_H__
extern int __hscore_readdir(DIR *dirPtr, struct dirent **pDirEnt);
#endif /* __DIRUTILS_H__ */
|