X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ShellPkg%2FLibrary%2FUefiShellLevel2CommandsLib%2FUefiShellLevel2CommandsLib.h;h=857487fd809341aad7b4adf4894dd9f9b08dde22;hp=f1549b91627947bd6a1eec9b79d93145d514d243;hb=f675a1b42235b508e17220878453b4b1f04dd990;hpb=7fe3fbad05cd6ef23e83ab5da8c5a82ff9bb456e diff --git a/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.h b/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.h index f1549b9162..857487fd80 100644 --- a/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.h +++ b/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.h @@ -9,7 +9,7 @@ * functions are non-interactive only - Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.
+ Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -24,12 +24,12 @@ #define _UEFI_SHELL_LEVEL2_COMMANDS_LIB_H_ #include -#include +#include #include -#include -#include +#include +#include #include #include #include @@ -47,7 +47,6 @@ #include #include #include -#include extern CONST CHAR16 mFileName[]; extern EFI_HANDLE gShellLevel2HiiHandle; @@ -264,7 +263,6 @@ ShellCommandRunMv ( @retval other pointer to a fuly qualified path. **/ CHAR16* -EFIAPI GetFullyQualifiedPath( IN CONST CHAR16* Path ); @@ -277,7 +275,6 @@ GetFullyQualifiedPath( @retval EFI_SUCCESS The operation was successful. **/ EFI_STATUS -EFIAPI VerifyIntermediateDirectories ( IN CONST CHAR16 *Path ); @@ -293,7 +290,6 @@ VerifyIntermediateDirectories ( @return non-zero if the strings are different. **/ CONST CHAR16* -EFIAPI StrniCmp( IN CONST CHAR16 *Source, IN CONST CHAR16 *Target, @@ -311,7 +307,6 @@ StrniCmp( @retval EFI_SUCCESS The operation was successful. **/ EFI_STATUS -EFIAPI ShellLevel2StripQuotes ( IN CONST CHAR16 *OriginalString, OUT CHAR16 **CleanString @@ -339,16 +334,17 @@ ShellCommandRunVol ( @param[in] Dest pointer to destination file name @param[out] Resp pointer to response from question. Pass back on looped calling @param[in] SilentMode whether to run in quiet mode or not + @param[in] CmdName Source command name requesting single file copy @retval SHELL_SUCCESS The source file was copied to the destination **/ SHELL_STATUS -EFIAPI CopySingleFile( IN CONST CHAR16 *Source, IN CONST CHAR16 *Dest, OUT VOID **Resp, - IN BOOLEAN SilentMode + IN BOOLEAN SilentMode, + IN CONST CHAR16 *CmdName ); /** @@ -363,7 +359,6 @@ CopySingleFile( @retval SHELL_DEVICE_ERROR A device error occured reading this Node. **/ SHELL_STATUS -EFIAPI CascadeDelete( IN EFI_SHELL_FILE_INFO *Node, IN CONST BOOLEAN Quiet