Fix compiler warning about unused variable set by getch()
[emu8051.git] / src / options.h
index d84a989..2a1a1bc 100644 (file)
@@ -21,7 +21,6 @@
 #ifndef OPTIONS_H
 #define OPTIONS_H 1
 
-
 #define COMMAND_LINE_OPTIONS \
   "Usage: " PACKAGE " [OPTION]... [FILENAME]\n" \
   "Simulator/emulator for 8051 family microcontrollers.\n\n" \
   "\n" \
   "Written by\n" \
   "Hugo Villeneuve\n" \
-  "Jonathan St-André\n" \
+  "Jonathan St-André\n" \
   "Pascal Fecteau"
 
-
 void
-ParseCommandLineOptions( int argc, char *argv[] );
+ParseCommandLineOptions(int argc, char *argv[]);
 
+char *
+get_hex_filename(void);
 
 #endif /* OPTIONS_H */