Add allowInterrupt :: IO () (#4810)
[ghc-base.git] / include / consUtils.h
index e6a04e8..588139c 100644 (file)
@@ -5,7 +5,9 @@
  */
 #ifndef __CONSUTILS_H__
 #define __CONSUTILS_H__
+extern int is_console__(int fd);
 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