]> code.delx.au - refind/blobdiff - refind/lib.h
Small build process changes.
[refind] / refind / lib.h
index 7245191e78d32bb99f54d4cf3e3799c9a8a8739f..f1e288526da2cd9124ef716067a2f3a50e515509 100644 (file)
  */
 /*
  * Modifications copyright (c) 2012 Roderick W. Smith
- * 
+ *
  * Modifications distributed under the terms of the GNU General Public
  * License (GPL) version 3 (GPLv3), a copy of which must be distributed
  * with this source code or binaries made from it.
- * 
+ *
  */
 
 #ifndef __LIB_H_
@@ -116,6 +116,6 @@ VOID MyFreePool(IN OUT VOID *Pointer);
 
 BOOLEAN EjectMedia(VOID);
 
-//CHAR16 * GuidAsString(EFI_GUID *GuidData);
+CHAR16 * GuidAsString(EFI_GUID *GuidData);
 
 #endif
\ No newline at end of file