summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellDebug1CommandsLib/EditTitleBar.h
diff options
context:
space:
mode:
Diffstat (limited to 'ShellPkg/Library/UefiShellDebug1CommandsLib/EditTitleBar.h')
-rw-r--r--ShellPkg/Library/UefiShellDebug1CommandsLib/EditTitleBar.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/EditTitleBar.h b/ShellPkg/Library/UefiShellDebug1CommandsLib/EditTitleBar.h
index d8f420fb80..a416a3b66e 100644
--- a/ShellPkg/Library/UefiShellDebug1CommandsLib/EditTitleBar.h
+++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/EditTitleBar.h
@@ -24,7 +24,6 @@
@retval EFI_OUT_OF_RESOURCES A memory allocation failed.
**/
EFI_STATUS
-EFIAPI
MainTitleBarInit (
CONST CHAR16 *Prompt
);
@@ -33,7 +32,6 @@ MainTitleBarInit (
Clean up the memory used.
**/
VOID
-EFIAPI
MainTitleBarCleanup (
VOID
);
@@ -62,7 +60,6 @@ typedef enum {
@retval EFI_SUCCESS The operation was successful.
**/
EFI_STATUS
-EFIAPI
MainTitleBarRefresh (
IN CONST CHAR16 *FileName OPTIONAL,
IN CONST EDIT_FILE_TYPE FileType,