]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/TcpDxe/TcpFunc.h
1. Mark the network volatile variables as deprecated in code comments and remove...
[mirror_edk2.git] / NetworkPkg / TcpDxe / TcpFunc.h
index c23ba94e445578151e9f4a730ec73f7b9ebc4b5c..20761092541bede08d0fdc8ba1d5da0dc5111651 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Declaration of external functions shared in TCP driver.\r
 \r
-  Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>\r
 \r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
@@ -276,31 +276,6 @@ TcpResetConnection (
   IN TCP_CB *Tcb\r
   );\r
 \r
-/**\r
-  Set the Tcp variable data.\r
-\r
-  @param[in]  TcpService        Tcp service data.\r
-\r
-  @retval EFI_OUT_OF_RESOURCES  There are not enough resources to set the variable.\r
-  @retval other                 Set variable failed.\r
-\r
-**/\r
-EFI_STATUS\r
-TcpSetVariableData (\r
-  IN TCP_SERVICE_DATA  *TcpService\r
-  );\r
-\r
-/**\r
-  Clear the variable and free the resource.\r
-\r
-  @param[in]  TcpService            Tcp service data.\r
-\r
-**/\r
-VOID\r
-TcpClearVariableData (\r
-  IN TCP_SERVICE_DATA  *TcpService\r
-  );\r
-\r
 /**\r
   Install the device path protocol on the TCP instance.\r
 \r