X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=include%2FconsUtils.h;h=588139ce92748b1545bcb1866fc12fe1c74ab659;hb=88f389fc1807aac92b4b026c2b09b2ec6266d05b;hp=e6a04e87dc12312a8ba5a933b00abfaf1cd02ba8;hpb=2f71a076d6210da9fe91641a8bf9787d13c58ee5;p=ghc-base.git diff --git a/include/consUtils.h b/include/consUtils.h index e6a04e8..588139c 100644 --- a/include/consUtils.h +++ b/include/consUtils.h @@ -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