* Sync up to trunk head (r65074).
[reactos.git] / base / applications / network / net / net.h
index e100dc9..7f1d059 100644 (file)
@@ -14,6 +14,7 @@
 #include <windef.h>
 #include <winbase.h>
 #include <winnls.h>
+#include <wincon.h>
 #include <winuser.h>
 #include <winsvc.h>
 #include <stdio.h>
@@ -29,6 +30,15 @@ PrintResourceString(
     INT resID,
     ...);
 
+VOID
+PrintToConsole(
+    LPWSTR lpFormat,
+    ...);
+
+VOID
+WriteToConsole(
+    LPWSTR lpString);
+
 VOID help(VOID);
 INT unimplemented(INT argc, WCHAR **argv);