summaryrefslogtreecommitdiff
path: root/StdLib/EfiSocketLib/Ip4.c
diff options
context:
space:
mode:
authorLee Leahy <leroy.p.leahy@intel.com>2013-11-20 19:07:31 +0000
committerlpleahy <lpleahy@6f19259b-4bc3-4df7-8a09-765794883524>2013-11-20 19:07:31 +0000
commita93b0f45492e1d72352cbee73b6cc3819128d9d4 (patch)
tree9655a31c457e8a9e7204d9ff3f5d0b4a8c9089cd /StdLib/EfiSocketLib/Ip4.c
parent2dc09dd50fe30496efe9922ee6177ed7bdef6bc2 (diff)
downloadedk2-platforms-a93b0f45492e1d72352cbee73b6cc3819128d9d4.tar.xz
Fix GCC build errors
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Lee Leahy <leroy.p.leahy@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14876 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'StdLib/EfiSocketLib/Ip4.c')
-rw-r--r--StdLib/EfiSocketLib/Ip4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/StdLib/EfiSocketLib/Ip4.c b/StdLib/EfiSocketLib/Ip4.c
index 1f7096e7c6..ed71194163 100644
--- a/StdLib/EfiSocketLib/Ip4.c
+++ b/StdLib/EfiSocketLib/Ip4.c
@@ -1422,5 +1422,5 @@ CONST ESL_PROTOCOL_API cEslIp4Api = {
EslIp4TxBuffer,
EslIp4TxComplete,
NULL, // TxOobComplete
- EslIp4VerifyLocalIpAddress
+ (PFN_API_VERIFY_LOCAL_IP_ADDRESS)EslIp4VerifyLocalIpAddress
};