]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Option.c
Patch to remove STATIC modifier. This is on longer recommended by EFI Framework codin...
[mirror_edk2.git] / MdeModulePkg / Universal / Network / Tcp4Dxe / Tcp4Option.c
index 310fa054d1a68b2a33c3db1d70f32b8a73620fdd..95f5a8e44a754655d098607a23898f36f59339e8 100644 (file)
@@ -22,7 +22,6 @@ Abstract:
 \r
 #include "Tcp4Main.h"\r
 \r
-STATIC\r
 UINT16\r
 TcpGetUint16 (\r
   IN UINT8 *Buf\r
@@ -44,7 +43,6 @@ TcpGetUint16 (
 //   CopyMem (Buf, &Data, sizeof (UINT16));\r
 // }\r
 \r
-STATIC\r
 UINT32\r
 TcpGetUint32 (\r
   IN UINT8 *Buf\r
@@ -55,7 +53,6 @@ TcpGetUint32 (
   return NTOHL (Value);\r
 }\r
 \r
-STATIC\r
 VOID\r
 TcpPutUint32 (\r
   IN UINT8  *Buf,\r