mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
add ConPrintf and ConPrintfPaging prototypes to cmd.h
svn path=/trunk/; revision=39911
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user