[project @ 2002-07-18 22:01:07 by sof]
[haskell-directory.git] / include / consUtils.h
diff --git a/include/consUtils.h b/include/consUtils.h
new file mode 100644 (file)
index 0000000..e6a04e8
--- /dev/null
@@ -0,0 +1,11 @@
+/* 
+ * (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);
+#endif