mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00
15 lines
425 B
C
15 lines
425 B
C
/* $Id$
|
|
*
|
|
* COPYRIGHT: See COPYING in the top level directory
|
|
* PROJECT: ReactOS system libraries
|
|
* FILE: subsys/csrss/win32csr/tuiconsole.h
|
|
* PURPOSE: Interface to text-mode consoles
|
|
*/
|
|
|
|
#include "api.h"
|
|
|
|
extern NTSTATUS FASTCALL TuiInitConsole(PCSRSS_CONSOLE Console);
|
|
extern PCSRSS_CONSOLE FASTCALL TuiGetFocusConsole(VOID);
|
|
extern BOOL FASTCALL TuiSwapConsole(int Next);
|
|
|
|
/* EOF */
|