]> code.delx.au - refind/blobdiff - refind/config.c
Moved legacy functions from refind/main.c to their own file.
[refind] / refind / config.c
index f534841c3e7e88cdc2e20ad7f3fdc96592667ee4..731adb707a6759b675b5fe619404990e982ee208 100644 (file)
@@ -64,7 +64,8 @@
 #define GetTime ST->RuntimeServices->GetTime
 #define LAST_MINUTE 1439 /* Last minute of a day */
 
-static REFIT_MENU_ENTRY MenuEntryReturn   = { L"Return to Main Menu", TAG_RETURN, 0, 0, 0, NULL, NULL, NULL };
+extern REFIT_MENU_ENTRY MenuEntryReturn;
+//static REFIT_MENU_ENTRY MenuEntryReturn   = { L"Return to Main Menu", TAG_RETURN, 0, 0, 0, NULL, NULL, NULL };
 
 //
 // read a file into a buffer