[NET] NET HLPMSG: Fill inserts with '***' and print a proper error message if the...
[reactos.git] / base / applications / network / net / net.h
index 3f04b18..e075a55 100644 (file)
@@ -36,6 +36,10 @@ PrintPadding(
     WCHAR chr,
     INT nPaddedLength);
 
+VOID
+PrintErrorMessage(
+    DWORD dwError);
+
 VOID
 ReadFromConsole(
     LPWSTR lpInput,