summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Func.h
diff options
context:
space:
mode:
authorniry <niry@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-24 08:14:19 +0000
committerniry <niry@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-24 08:14:19 +0000
commit276dcc1b14e8b88ca673ea06749f963eecd4ccae (patch)
treea4bb732077e6b55f52207651d77d1bde8439c2e5 /MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Func.h
parent0c323d071d8951fe0c8f41fad08939722d436b12 (diff)
downloadedk2-276dcc1b14e8b88ca673ea06749f963eecd4ccae.tar.gz
edk2-276dcc1b14e8b88ca673ea06749f963eecd4ccae.tar.bz2
edk2-276dcc1b14e8b88ca673ea06749f963eecd4ccae.zip
Fixing function headers.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7114 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Func.h')
-rw-r--r--MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Func.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Func.h b/MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Func.h
index 21922c7a02..b0edceaab9 100644
--- a/MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Func.h
+++ b/MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Func.h
@@ -149,7 +149,7 @@ TcpGetRcvMss (
VOID
TcpSetState (
IN TCP_CB *Tcb,
- IN TCP_STATES State
+ IN UINT8 State
);
//
@@ -518,10 +518,8 @@ TcpComputeRtt (
@param Tcb Pointer to the TCP_CB of this TCP instance.
@param Nbuf Pointer to the NET_BUF containing the received tcp segment.
- @return 0 The data is trimmed.
-
**/
-INTN
+VOID
TcpTrimInWnd (
IN TCP_CB *Tcb,
IN NET_BUF *Nbuf
@@ -608,7 +606,7 @@ TcpOnAppConnect (
@param Tcb Pointer to the TCP_CB of this TCP instance.
**/
-INTN
+VOID
TcpOnAppConsume (
IN TCP_CB *Tcb
);