X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ShellPkg%2FInclude%2FLibrary%2FShellCommandLib.h;fp=ShellPkg%2FInclude%2FLibrary%2FShellCommandLib.h;h=5c5e241f1525e03b0a8713cd0dc5a9a83508b15c;hp=44eccc447cb269f669e9674d28ac5b3a12dc14c5;hb=a747bc1eecaff7c34afbc7a4acd81a8330e42d0a;hpb=8e16ac3d74b635c25ad4d6355947a743a11f9eed diff --git a/ShellPkg/Include/Library/ShellCommandLib.h b/ShellPkg/Include/Library/ShellCommandLib.h index 44eccc447c..5c5e241f15 100644 --- a/ShellPkg/Include/Library/ShellCommandLib.h +++ b/ShellPkg/Include/Library/ShellCommandLib.h @@ -670,29 +670,6 @@ ShellFileHandleEof( IN SHELL_FILE_HANDLE Handle ); -/** - Function to get the original CmdLine string for current command. - - @return A pointer to the buffer of the original command string. - It's the caller's responsibility to free the buffer. -**/ -CHAR16* -EFIAPI -ShellGetRawCmdLine ( - VOID - ); - -/** - Function to store the orgignal command string into mOriginalCmdLine. - - @param[in] CmdLine the command line string to store. -**/ -VOID -EFIAPI -ShellSetRawCmdLine ( - IN CONST CHAR16 *CmdLine - ); - typedef struct { LIST_ENTRY Link; void *Buffer;