[NET]
[reactos.git] / reactos / base / applications / network / net / net.h
index 09d6b3d..4fdf7d1 100644 (file)
@@ -30,6 +30,10 @@ PrintResourceString(
     INT resID,
     ...);
 
+VOID
+PrintPaddedResourceString(
+    INT resID);
+
 VOID
 PrintToConsole(
     LPWSTR lpFormat,