X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ShellPkg%2FLibrary%2FUefiShellLevel2CommandsLib%2FUefiShellLevel2CommandsLib.h;h=857487fd809341aad7b4adf4894dd9f9b08dde22;hb=88f9acd6cc5f53083207f4c00010ee0cf365c11c;hp=634515e4933ba63a062b3f1a0f0ce060cbf7b54a;hpb=bf6bbc212d77736c9f81d6877701d4cf86030349;p=mirror_edk2.git diff --git a/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.h b/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.h index 634515e493..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 @@ -263,7 +263,6 @@ ShellCommandRunMv ( @retval other pointer to a fuly qualified path. **/ CHAR16* -EFIAPI GetFullyQualifiedPath( IN CONST CHAR16* Path ); @@ -276,7 +275,6 @@ GetFullyQualifiedPath( @retval EFI_SUCCESS The operation was successful. **/ EFI_STATUS -EFIAPI VerifyIntermediateDirectories ( IN CONST CHAR16 *Path ); @@ -292,7 +290,6 @@ VerifyIntermediateDirectories ( @return non-zero if the strings are different. **/ CONST CHAR16* -EFIAPI StrniCmp( IN CONST CHAR16 *Source, IN CONST CHAR16 *Target, @@ -310,7 +307,6 @@ StrniCmp( @retval EFI_SUCCESS The operation was successful. **/ EFI_STATUS -EFIAPI ShellLevel2StripQuotes ( IN CONST CHAR16 *OriginalString, OUT CHAR16 **CleanString @@ -343,7 +339,6 @@ ShellCommandRunVol ( @retval SHELL_SUCCESS The source file was copied to the destination **/ SHELL_STATUS -EFIAPI CopySingleFile( IN CONST CHAR16 *Source, IN CONST CHAR16 *Dest, @@ -364,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