diff options
| author | Peter Jones <pjones@redhat.com> | 2015-02-25 16:33:59 -0500 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2015-04-13 19:55:25 -0400 |
| commit | 7fdbd9d48a4e447d4ea42268afb80a1ee84b633b (patch) | |
| tree | eb2616cc6b941d7d2688554d88e2fbe7e0447c13 /include/guid.h | |
| parent | 6b2510522f92026dc17e1c5508bbfab935741012 (diff) | |
| download | efi-boot-shim-7fdbd9d48a4e447d4ea42268afb80a1ee84b633b.tar.gz efi-boot-shim-7fdbd9d48a4e447d4ea42268afb80a1ee84b633b.zip | |
Make lib/ build right with the cflags it should be using...
... but isn't.
Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to 'include/guid.h')
| -rw-r--r-- | include/guid.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/guid.h b/include/guid.h index 3c58be0b..86b709b8 100644 --- a/include/guid.h +++ b/include/guid.h @@ -1,10 +1,5 @@ #include <efi.h> -#ifndef BUILD_EFI -const char *guid_to_str(EFI_GUID *guid); -void str_to_guid(const char *str, EFI_GUID *guid); -#endif - extern EFI_GUID GV_GUID; extern EFI_GUID SIG_DB; extern EFI_GUID X509_GUID; |
