Remove non-directory stuff (of base), and rename package to "directory"
[haskell-directory.git] / include / dirUtils.h
diff --git a/include/dirUtils.h b/include/dirUtils.h
deleted file mode 100644 (file)
index b726402..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-/* 
- * (c) The University of Glasgow 2002
- *
- * Directory Runtime Support
- */
-#ifndef __DIRUTILS_H__
-#define __DIRUTILS_H__
-
-extern int __hscore_readdir(DIR *dirPtr, struct dirent **pDirEnt);
-extern int __hscore_renameFile(char *src, char *dest);
-
-#if defined(_MSC_VER) || defined(__MINGW32__) || defined(_WIN32)
-extern int __hscore_getFolderPath(HWND hwndOwner,
-                                 int nFolder,
-                                 HANDLE hToken,
-                                 DWORD dwFlags,
-                                 char*  pszPath);
-#endif
-
-#endif /* __DIRUTILS_H__ */