base-4.0.0.0: include/dirUtils.h
/* * (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__ */
/* * (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__ */