X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=include%2FconsUtils.h;h=588139ce92748b1545bcb1866fc12fe1c74ab659;hb=a4f3f0790c84739ab08ee0e41a4b7a7132cdba0b;hp=953f5c7289b4f3357e65a473668e5c62cdd65e1c;hpb=2cedb18441a5e7287d0361d5673f776e7bf9c6be;p=ghc-base.git diff --git a/include/consUtils.h b/include/consUtils.h index 953f5c7..588139c 100644 --- a/include/consUtils.h +++ b/include/consUtils.h @@ -5,6 +5,7 @@ */ #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);