Synchronize with trunk revision 59636 (just before Alex's CreateProcess revamp).
[reactos.git] / base / setup / usetup / interface / consup.h
index 98be6db..87ef24e 100644 (file)
@@ -186,4 +186,10 @@ CONSOLE_SetStyledText(
        IN INT Flags,
        IN LPCSTR Text);
 
+VOID
+CONSOLE_ClearStyledText(IN SHORT x,
+                        IN SHORT y,
+                        IN INT Flags,
+                        IN SHORT Length);
+
 /* EOF */