X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FApplication%2FUiApp%2FString.h;h=386b92d15a187778ccd20be0dcf7f852814fdbd2;hp=1a0636698a1d596f5390405045556f56693c731b;hb=3f5287971ffdb5c42e3325a3a94c101f08d3a02a;hpb=143f0b1de83257f1bd238f016bba955879d448c2 diff --git a/MdeModulePkg/Application/UiApp/String.h b/MdeModulePkg/Application/UiApp/String.h index 1a0636698a..386b92d15a 100644 --- a/MdeModulePkg/Application/UiApp/String.h +++ b/MdeModulePkg/Application/UiApp/String.h @@ -1,7 +1,7 @@ /** @file String support -Copyright (c) 2015, Intel Corporation. All rights reserved.
+Copyright (c) 2004 - 2015, 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 @@ -56,20 +56,12 @@ InitializeStringSupport ( VOID ); -VOID -UninitializeStringSupport ( - VOID - ); - /** - Call the browser and display the front page - - @return Status code that will be returned by - EFI_FORM_BROWSER2_PROTOCOL.SendForm (). + Remove the string package. **/ -EFI_STATUS -CallFrontPage ( +VOID +UninitializeStringSupport ( VOID );