summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/Dhcp4.h
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-04 09:37:28 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-04 09:37:28 +0000
commited66e1bc0d2be0a185fc47adab4930c3b7e2767f (patch)
tree5709b407529f37f5a069d36ec5a0d3b04db9c3ba /MdePkg/Include/Protocol/Dhcp4.h
parent1f3a753ee68ac1c7a620e8064fdda718cf413761 (diff)
downloadedk2-platforms-ed66e1bc0d2be0a185fc47adab4930c3b7e2767f.tar.xz
clean up the un-suitable ';' location when declaring the functions.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5820 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/Dhcp4.h')
-rw-r--r--MdePkg/Include/Protocol/Dhcp4.h27
1 files changed, 9 insertions, 18 deletions
diff --git a/MdePkg/Include/Protocol/Dhcp4.h b/MdePkg/Include/Protocol/Dhcp4.h
index 95c7701ed0..e7fc60ecde 100644
--- a/MdePkg/Include/Protocol/Dhcp4.h
+++ b/MdePkg/Include/Protocol/Dhcp4.h
@@ -199,8 +199,7 @@ EFI_STATUS
(EFIAPI *EFI_DHCP4_GET_MODE_DATA)(
IN EFI_DHCP4_PROTOCOL *This,
OUT EFI_DHCP4_MODE_DATA *Dhcp4ModeData
- )
-;
+ );
/**
Initializes, changes, or resets the operational settings for the EFI DHCPv4 Protocol driver.
@@ -226,8 +225,7 @@ EFI_STATUS
(EFIAPI *EFI_DHCP4_CONFIGURE)(
IN EFI_DHCP4_PROTOCOL *This,
IN EFI_DHCP4_CONFIG_DATA *Dhcp4CfgData OPTIONAL
- )
-;
+ );
/**
@@ -261,8 +259,7 @@ EFI_STATUS
(EFIAPI *EFI_DHCP4_START)(
IN EFI_DHCP4_PROTOCOL *This,
IN EFI_EVENT CompletionEvent OPTIONAL
- )
-;
+ );
/**
Extends the lease time by sending a request packet.
@@ -296,8 +293,7 @@ EFI_STATUS
IN EFI_DHCP4_PROTOCOL *This,
IN BOOLEAN RebindRequest,
IN EFI_EVENT CompletionEvent OPTIONAL
- )
-;
+ );
/**
Releases the current address configuration.
@@ -314,8 +310,7 @@ typedef
EFI_STATUS
(EFIAPI *EFI_DHCP4_RELEASE)(
IN EFI_DHCP4_PROTOCOL *This
- )
-;
+ );
/**
Stops the current address configuration.
@@ -330,8 +325,7 @@ typedef
EFI_STATUS
(EFIAPI *EFI_DHCP4_STOP)(
IN EFI_DHCP4_PROTOCOL *This
- )
-;
+ );
/**
Builds a DHCP packet, given the options to be appended or deleted or replaced.
@@ -365,8 +359,7 @@ EFI_STATUS
IN UINT32 AppendCount,
IN EFI_DHCP4_PACKET_OPTION *AppendList[] OPTIONAL,
OUT EFI_DHCP4_PACKET **NewPacket
- )
-;
+ );
/**
Transmits a DHCP formatted packet and optionally waits for responses.
@@ -387,8 +380,7 @@ EFI_STATUS
(EFIAPI *EFI_DHCP4_TRANSMIT_RECEIVE)(
IN EFI_DHCP4_PROTOCOL *This,
IN EFI_DHCP4_TRANSMIT_RECEIVE_TOKEN *Token
- )
-;
+ );
/**
@@ -417,8 +409,7 @@ EFI_STATUS
IN EFI_DHCP4_PACKET *Packet,
IN OUT UINT32 *OptionCount,
OUT EFI_DHCP4_PACKET_OPTION *PacketOptionList[] OPTIONAL
- )
-;
+ );
/**
@par Protocol Description: