[FREELDR]
[reactos.git] / reactos / boot / freeldr / freeldr / include / options.h
index bfa6479..f9abd0b 100644 (file)
@@ -17,9 +17,7 @@
  *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
-#ifndef __OPTIONS_H
-#define __OPTIONS_H
+#pragma once
 
 VOID   DoOptionsMenu(VOID);
-
-#endif // #defined __OPTIONS_H
+VOID   AppendBootTimeOptions(PCHAR BootOptions);