]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Application/Shell/ShellParametersProtocol.h
remove redirection command line updating from the shell core code.
[mirror_edk2.git] / ShellPkg / Application / Shell / ShellParametersProtocol.h
index 2d19587610ea3454d74aa66cc5012517b0e22b24..df3bfa7cbcc2bd8982d35e55eda532ea88c6f927 100644 (file)
@@ -132,7 +132,7 @@ typedef struct {
   structure by parsing NewCommandLine.  The current values are returned to the\r
   user.\r
 \r
-  If OldStdIn or OldStdOut is NULL then that value is not returned.\r
+  This will also update the system table.\r
 \r
   @param[in,out] ShellParameters        Pointer to parameter structure to modify.\r
   @param[in] NewCommandLine             The new command line to parse and use.\r
@@ -148,7 +148,7 @@ EFI_STATUS
 EFIAPI\r
 UpdateStdInStdOutStdErr(\r
   IN OUT EFI_SHELL_PARAMETERS_PROTOCOL  *ShellParameters,\r
-  IN CONST CHAR16                       *NewCommandLine,\r
+  IN CHAR16                             *NewCommandLine,\r
   OUT SHELL_FILE_HANDLE                 *OldStdIn,\r
   OUT SHELL_FILE_HANDLE                 *OldStdOut,\r
   OUT SHELL_FILE_HANDLE                 *OldStdErr,\r