From c0bcd3433f33876c519bf5567e0ab69261b57fe9 Mon Sep 17 00:00:00 2001 From: Ruiyu Ni Date: Mon, 18 Jul 2016 18:06:33 +0800 Subject: ShellPkg: Move FindFirstCharacter/GetNextParameter to ShellCommandLib And add Shell prefix to the two library APIs. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni Reviewed-by: Jaben Carsey --- ShellPkg/Application/Shell/Shell.h | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'ShellPkg/Application/Shell/Shell.h') diff --git a/ShellPkg/Application/Shell/Shell.h b/ShellPkg/Application/Shell/Shell.h index 29b36b003a..a34c91ad1e 100644 --- a/ShellPkg/Application/Shell/Shell.h +++ b/ShellPkg/Application/Shell/Shell.h @@ -370,24 +370,6 @@ RunScriptFile ( IN EFI_SHELL_PARAMETERS_PROTOCOL *ParamProtocol ); -/** - Return the pointer to the first occurrence of any character from a list of characters. - - @param[in] String the string to parse - @param[in] CharacterList the list of character to look for - @param[in] EscapeCharacter An escape character to skip - - @return the location of the first character in the string - @retval CHAR_NULL no instance of any character in CharacterList was found in String -**/ -CONST CHAR16* -EFIAPI -FindFirstCharacter( - IN CONST CHAR16 *String, - IN CONST CHAR16 *CharacterList, - IN CONST CHAR16 EscapeCharacter - ); - /** Cleans off leading and trailing spaces and tabs. -- cgit v1.2.3