summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/Misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/Misc.h')
-rw-r--r--ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/Misc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/Misc.h b/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/Misc.h
index 583de3b42c..fa0f3ba05d 100644
--- a/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/Misc.h
+++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/Misc.h
@@ -25,7 +25,6 @@
@param Src The line structure to free.
**/
VOID
-EFIAPI
LineFree (
IN EFI_EDITOR_LINE *Src
);
@@ -39,7 +38,6 @@ LineFree (
@return a pointer to the newly allcoated line.
**/
EFI_EDITOR_LINE *
-EFIAPI
LineDup (
IN EFI_EDITOR_LINE *Src
);