summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library/UefiShellCEntryLib
diff options
context:
space:
mode:
authorjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-12 03:43:03 +0000
committerjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-12 03:43:03 +0000
commit94c5492c8a510633b2d78ce7518bca0c1720ebe0 (patch)
treeb8705bc9102674b91bd69a0d179094f59ef0cfb7 /ShellPkg/Library/UefiShellCEntryLib
parent551b6ada05a615c9878b224947f4124cadd2811d (diff)
downloadedk2-94c5492c8a510633b2d78ce7518bca0c1720ebe0.tar.gz
edk2-94c5492c8a510633b2d78ce7518bca0c1720ebe0.tar.bz2
edk2-94c5492c8a510633b2d78ce7518bca0c1720ebe0.zip
fix parameter type
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8904 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ShellPkg/Library/UefiShellCEntryLib')
-rw-r--r--ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.c b/ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.c
index 80f56c0014..cde3d8cbc3 100644
--- a/ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.c
+++ b/ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.c
@@ -21,13 +21,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#include <Library/ShellCEntryLib.h>
#include <Library/DebugLib.h>
-INTN
-EFIAPI
-ShellAppMain (
- IN INTN Argc,
- IN CHAR16 **Argv
- );
-
/**
UEFI entry point for an application that will in turn call the
ShellAppMain function which has parameters similar to a standard C