diff options
| author | Peter Jones <pjones@redhat.com> | 2017-10-20 11:37:37 -0400 |
|---|---|---|
| committer | Peter Jones <pmjones@gmail.com> | 2018-03-12 16:21:43 -0400 |
| commit | ca1d0534faa9382ce09641c4e697223a47851a8f (patch) | |
| tree | 3720d965eed73118a4cd3bfe7406a2709bf7491a /Cryptlib/Library/BaseLib.h | |
| parent | 54f8f1f9ed9563938e6063538351b0d96a8323e7 (diff) | |
| download | efi-boot-shim-ca1d0534faa9382ce09641c4e697223a47851a8f.tar.gz efi-boot-shim-ca1d0534faa9382ce09641c4e697223a47851a8f.zip | |
CryptLib: Add the AsciiStrCpy() decl.
Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to 'Cryptlib/Library/BaseLib.h')
| -rw-r--r-- | Cryptlib/Library/BaseLib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cryptlib/Library/BaseLib.h b/Cryptlib/Library/BaseLib.h index c29919ea..5d326844 100644 --- a/Cryptlib/Library/BaseLib.h +++ b/Cryptlib/Library/BaseLib.h @@ -5,4 +5,5 @@ UINT32 WriteUnaligned32 (UINT32 *Buffer, UINT32 Value); UINTN AsciiStrSize (CHAR8 *string); char *AsciiStrnCpy(char *Destination, char *Source, UINTN count); char *AsciiStrCat(char *Destination, char *Source); +CHAR8 *AsciiStrCpy(CHAR8 *Destination, CHAR8 *Source); UINTN AsciiStrDecimalToUintn(const char *String); |
