X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Foptions.h;h=2a1a1bc7e54f41f4069e941c77b6b50f0efd9a9f;hb=fd6fa7c56a209cb5d4fa15f59a837b88795529ee;hp=d84a98998ee4db4ccf5f57095f98dfabef36c370;hpb=fc4dd8fa3aab94a5f63c097ed9809c75560abd7d;p=emu8051.git diff --git a/src/options.h b/src/options.h index d84a989..2a1a1bc 100644 --- a/src/options.h +++ b/src/options.h @@ -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" \ @@ -34,12 +33,13 @@ "\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 */