fixed warnings when compiled with -Wmissing-declarations
[reactos.git] / reactos / apps / utils / net / ipconfig / ipconfig.c
index e58f48d..8a1c6e7 100644 (file)
@@ -73,7 +73,7 @@ static TCHAR* GetInterfaceTypeName(UINT nInterfaceType)
     }
 }
 
-void PrintPhysicalAddr(PBYTE Addr, UINT len)
+static void PrintPhysicalAddr(PBYTE Addr, UINT len)
 {
     UINT i=0;
     for (i=0; i<len; i++)