summaryrefslogtreecommitdiff
path: root/ShellPkg/Include/Library/ShellLib.h
diff options
context:
space:
mode:
authorjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>2009-06-29 16:28:23 +0000
committerjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>2009-06-29 16:28:23 +0000
commitb82bfcc17f4ba0abf31640eb9f26d5e271f79cf1 (patch)
treee463ae2c286943663bede4647331bc1079a5c23b /ShellPkg/Include/Library/ShellLib.h
parent894d038a8d0e99d456042e2b6d1554c4a406ea70 (diff)
downloadedk2-platforms-b82bfcc17f4ba0abf31640eb9f26d5e271f79cf1.tar.xz
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8681 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ShellPkg/Include/Library/ShellLib.h')
-rw-r--r--ShellPkg/Include/Library/ShellLib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ShellPkg/Include/Library/ShellLib.h b/ShellPkg/Include/Library/ShellLib.h
index 37c85e94dc..6bf4e6ec9b 100644
--- a/ShellPkg/Include/Library/ShellLib.h
+++ b/ShellPkg/Include/Library/ShellLib.h
@@ -135,7 +135,7 @@ ShellOpenFileByDevicePath(
EFI_STATUS
EFIAPI
ShellOpenFileByName(
- IN CHAR16 *FilePath,
+ IN CONST CHAR16 *FilePath,
OUT EFI_FILE_HANDLE *FileHandle,
IN UINT64 OpenMode,
IN UINT64 Attributes
@@ -171,7 +171,7 @@ ShellOpenFileByName(
EFI_STATUS
EFIAPI
ShellCreateDirectory(
- IN CHAR16 *DirectoryName,
+ IN CONST CHAR16 *DirectoryName,
OUT EFI_FILE_HANDLE *FileHandle
);