]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.h
ShellPkg: Updates to 'help' command
[mirror_edk2.git] / ShellPkg / Library / UefiShellCommandLib / UefiShellCommandLib.h
index bcf9bc3da4d7da652e24d02ce9962420952d613c..ef81dd3f894c95f596ebe4aef639fb78d1b8b932 100644 (file)
@@ -37,7 +37,7 @@
 #include <Library/DebugLib.h>\r
 #include <Library/MemoryAllocationLib.h>\r
 #include <Library/PcdLib.h>\r
-#include <library/ShellCommandLib.h>\r
+#include <Library/ShellCommandLib.h>\r
 #include <Library/PrintLib.h>\r
 #include <Library/ShellLib.h>\r
 #include <Library/HiiLib.h>\r
@@ -58,17 +58,6 @@ typedef struct {
   SCRIPT_FILE *Data;\r
 } SCRIPT_FILE_LIST;\r
 \r
-/**\r
-  Function to cleanup all memory from a SCRIPT_FILE structure.\r
-\r
-  @param[in] Script     The pointer to the structure to cleanup.\r
-**/\r
-VOID\r
-EFIAPI\r
-DeleteScriptFileStruct (\r
-  IN SCRIPT_FILE *Script\r
-  );\r
-\r
 typedef struct {\r
   EFI_FILE_PROTOCOL *FileHandle;\r
   CHAR16            *Path;\r