mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 16:10:29 +00:00
add ConPrintf and ConPrintfPaging prototypes to cmd.h
svn path=/trunk/; revision=39911
This commit is contained in:
parent
be7941b485
commit
eb94cff07d
1 changed files with 2 additions and 0 deletions
|
@ -150,6 +150,8 @@ VOID ConInString (LPTSTR, DWORD);
|
|||
|
||||
VOID ConOutChar (TCHAR);
|
||||
VOID ConOutPuts (LPTSTR);
|
||||
VOID ConPrintf(LPTSTR, va_list, DWORD);
|
||||
INT ConPrintfPaging(BOOL NewPage, LPTSTR, va_list, DWORD);
|
||||
VOID ConOutPrintf (LPTSTR, ...);
|
||||
INT ConOutPrintfPaging (BOOL NewPage, LPTSTR, ...);
|
||||
VOID ConErrChar (TCHAR);
|
||||
|
|
Loading…
Reference in a new issue