summaryrefslogtreecommitdiff
path: root/ShellPkg/Application/Shell/ShellManParser.c
diff options
context:
space:
mode:
authorChen A Chen <chen.a.chen@intel.com>2016-09-29 15:15:15 +0800
committerRuiyu Ni <ruiyu.ni@intel.com>2016-10-09 10:27:45 +0800
commitc20bd8e1e21772bff28a96d428db769e46033e6a (patch)
treeac3cc654f4797256164436f4b3b7a40a38812339 /ShellPkg/Application/Shell/ShellManParser.c
parent4558491f8717c2ff8d1a3eeb1cd2af7322758612 (diff)
downloadedk2-platforms-c20bd8e1e21772bff28a96d428db769e46033e6a.tar.xz
ShellPkg/Application: Remove unnecessary EFIAPI
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Chen A Chen <chen.a.chen@intel.com> Reviewed-by: Jaben Carsey <jaben.carsey@intel.com> Reviewed-by: Ruiyu Ni <Ruiyu.ni@intel.com>
Diffstat (limited to 'ShellPkg/Application/Shell/ShellManParser.c')
-rw-r--r--ShellPkg/Application/Shell/ShellManParser.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/ShellPkg/Application/Shell/ShellManParser.c b/ShellPkg/Application/Shell/ShellManParser.c
index 948759fe46..7a290e16f6 100644
--- a/ShellPkg/Application/Shell/ShellManParser.c
+++ b/ShellPkg/Application/Shell/ShellManParser.c
@@ -63,7 +63,6 @@ SHELL_MAN_HII_VENDOR_DEVICE_PATH mShellManHiiDevicePath = {
**/
CHAR16
-EFIAPI
InternalShellCharToUpper (
IN CHAR16 Char
);
@@ -79,7 +78,6 @@ InternalShellCharToUpper (
@return the new filename with .efi as the extension.
**/
CHAR16 *
-EFIAPI
GetExecuatableFileName (
IN CONST CHAR16 *NameString
)
@@ -132,7 +130,6 @@ GetExecuatableFileName (
@return the new filename with .man as the extension.
**/
CHAR16 *
-EFIAPI
GetManFileName(
IN CONST CHAR16 *ManFileName
)
@@ -179,7 +176,6 @@ GetManFileName(
@retval EFI_NOT_FOUND The file was not found.
**/
EFI_STATUS
-EFIAPI
SearchPathForFile(
IN CONST CHAR16 *FileName,
OUT SHELL_FILE_HANDLE *Handle
@@ -227,7 +223,6 @@ SearchPathForFile(
an alloceted buffer.
**/
EFI_STATUS
-EFIAPI
ManBufferFindSections(
IN CONST CHAR16 *Buffer,
IN CONST CHAR16 *Sections,
@@ -361,7 +356,6 @@ ManBufferFindSections(
an alloceted buffer.
**/
EFI_STATUS
-EFIAPI
ManFileFindSections(
IN SHELL_FILE_HANDLE Handle,
IN CONST CHAR16 *Sections,
@@ -475,7 +469,6 @@ ManFileFindSections(
an alloceted buffer.
**/
EFI_STATUS
-EFIAPI
ManBufferFindTitleSection(
IN CHAR16 **Buffer,
IN CONST CHAR16 *Command,
@@ -712,7 +705,6 @@ IsTitleHeader(
an allocated buffer if requested.
**/
EFI_STATUS
-EFIAPI
ManFileFindTitleSection(
IN SHELL_FILE_HANDLE Handle,
IN CONST CHAR16 *Command,
@@ -805,7 +797,6 @@ ManFileFindTitleSection(
@retval EFI_NOT_FOUND There is no help text available for Command.
**/
EFI_STATUS
-EFIAPI
ProcessManFile(
IN CONST CHAR16 *ManFileName,
IN CONST CHAR16 *Command,