X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ShellPkg%2FApplication%2FShell%2FConsoleWrappers.h;fp=ShellPkg%2FApplication%2FShell%2FConsoleWrappers.h;h=572113d39776ad41eff6e3a89ce4d03f6daa32f0;hb=733f138d84a25a5993bc32ffe016c364daba686c;hp=966a9225fa17229af27e3bf6e2561303f11150c7;hpb=dc56f067d253fbdb1b2199676839e5dc7c5f037b;p=mirror_edk2.git diff --git a/ShellPkg/Application/Shell/ConsoleWrappers.h b/ShellPkg/Application/Shell/ConsoleWrappers.h index 966a9225fa..572113d397 100644 --- a/ShellPkg/Application/Shell/ConsoleWrappers.h +++ b/ShellPkg/Application/Shell/ConsoleWrappers.h @@ -1,7 +1,7 @@ /** @file Function definitions for shell simple text in and out on top of file handles. - Copyright (c) 2010, Intel Corporation. All rights reserved.
+ Copyright (c) 2010 - 2011, 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 @@ -67,14 +67,14 @@ CreateSimpleTextOutOnFile( Function to close a EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL on top of a SHELL_FILE_HANDLE to support redirecting output from a file. - @param[in] SimpleTextOut The pointer to the SimpleTextOUT to close. + @param[in] SimpleTextOut The pointer to the SimpleTextOUT to close. @retval EFI_SUCCESS The object was closed. **/ EFI_STATUS EFIAPI CloseSimpleTextOutOnFile( - OUT EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *SimpleTextOut + IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *SimpleTextOut ); #endif //_SHELL_CONSOLE_WRAPPERS_HEADER_