X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=include%2FconsUtils.h;h=953f5c7289b4f3357e65a473668e5c62cdd65e1c;hb=a2a70b9bf60672c72b35654105402cf21238b6f4;hp=e6a04e87dc12312a8ba5a933b00abfaf1cd02ba8;hpb=2f71a076d6210da9fe91641a8bf9787d13c58ee5;p=haskell-directory.git diff --git a/include/consUtils.h b/include/consUtils.h index e6a04e8..953f5c7 100644 --- a/include/consUtils.h +++ b/include/consUtils.h @@ -8,4 +8,5 @@ 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