reactos/win32ss/user/winsrv/consrv/coninput.h
Hermès Bélusca-Maïto e26a117d1f [CONSRV]
- Move some functions where they belong.
- Start to differentiate frontends for consrv terminal, and terminals.

svn path=/branches/condrv_restructure/; revision=63117
2014-05-02 18:44:26 +00:00

13 lines
371 B
C

/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS Console Server DLL
* FILE: win32ss/user/winsrv/consrv/coninput.h
* PURPOSE: Console Input functions
* PROGRAMMERS: Jeffrey Morlan
* Hermes Belusca-Maito (hermes.belusca@sfr.fr)
*/
#pragma once
VOID PurgeInputBuffer(PCONSOLE Console);