[CMD]: Addendum to r76000, with ConSetTitle.
[reactos.git] / reactos / base / shell / cmd / cmd.h
index 6dfd6cf..871bda2 100644 (file)
@@ -178,6 +178,9 @@ VOID ConOutResPrintf (UINT resID, ...);
 VOID ConErrResPrintf (UINT resID, ...);
 VOID ConOutResPaging(BOOL NewPage, UINT resID);
 
+
+BOOL ConSetTitle(IN LPCTSTR lpConsoleTitle);
+
 #ifdef INCLUDE_CMD_BEEP
 VOID ConRingBell(HANDLE hOutput);
 #endif