Remove non-directory stuff (of base), and rename package to "directory"
[haskell-directory.git] / include / consUtils.h
diff --git a/include/consUtils.h b/include/consUtils.h
deleted file mode 100644 (file)
index 953f5c7..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-/* 
- * (c) The University of Glasgow, 2000-2002
- *
- * Win32 Console API helpers.
- */
-#ifndef __CONSUTILS_H__
-#define __CONSUTILS_H__
-extern int set_console_buffering__(int fd, int cooked);
-extern int set_console_echo__(int fd, int on);
-extern int get_console_echo__(int fd);
-extern int flush_input_console__ (int fd);
-#endif