[USETUP]: Instead of defining a special function "DrawInputField" just to draw an...
[reactos.git] / reactos / base / setup / usetup / interface / consup.h
index 87ef24e..313dca9 100644 (file)
@@ -79,6 +79,11 @@ CONSOLE_ConOutPuts(
 BOOL
 CONSOLE_Flush(VOID);
 
+VOID
+CONSOLE_GetCursorXY(
+    PSHORT x,
+    PSHORT y);
+
 SHORT
 CONSOLE_GetCursorX(VOID);
 
@@ -140,13 +145,6 @@ CONSOLE_SetInputTextXY(
        IN SHORT len,
        IN LPCWSTR Text);
 
-VOID
-CONSOLE_SetInputTextXY(
-       IN SHORT x,
-       IN SHORT y,
-       IN SHORT len,
-       IN LPCWSTR Text);
-
 VOID
 CONSOLE_SetInvertedTextXY(
        IN SHORT x,