[project @ 2004-08-25 16:20:13 by sof]
[ghc-base.git] / include / consUtils.h
1 /* 
2  * (c) The University of Glasgow, 2000-2002
3  *
4  * Win32 Console API helpers.
5  */
6 #ifndef __CONSUTILS_H__
7 #define __CONSUTILS_H__
8 extern int set_console_buffering__(int fd, int cooked);
9 extern int set_console_echo__(int fd, int on);
10 extern int get_console_echo__(int fd);
11 #endif