re order the function definition to avoid unnecessary declaration.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7381 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
niry
2009-02-01 03:36:25 +00:00
parent 712ef76bdc
commit 3dc3861a4e
3 changed files with 366 additions and 364 deletions

View File

@@ -363,10 +363,10 @@ Mtftp4SendError (
**/
VOID
Mtftp4OnPacketSent (
NET_BUF *Packet,
UDP_POINTS *Points,
EFI_STATUS IoStatus,
VOID *Context
IN NET_BUF *Packet,
IN UDP_POINTS *Points,
IN EFI_STATUS IoStatus,
IN VOID *Context
)
{
NetbufFree (Packet);