Fix more warnings
[ghc-base.git] / include / dirUtils.h
index fb91ba1..d5d75bb 100644 (file)
@@ -6,6 +6,6 @@
 #ifndef __DIRUTILS_H__
 #define __DIRUTILS_H__
 
-extern HsInt __hscore_readdir(HsAddr dirPtr, HsAddr pDirEnt);
+extern int __hscore_readdir(DIR *dirPtr, struct dirent **pDirEnt);
 
 #endif /* __DIRUTILS_H__ */