X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Foptions.h;h=2a1a1bc7e54f41f4069e941c77b6b50f0efd9a9f;hb=ba7ff1a7a78b3aa7c2cad9bfce117256638938b1;hp=a96b41b3a1a7a30662da3eea4c9a6c50e3678694;hpb=6a65dca9d597772744524b909f2d89b479b8bf77;p=emu8051.git diff --git a/src/options.h b/src/options.h index a96b41b..2a1a1bc 100644 --- a/src/options.h +++ b/src/options.h @@ -15,13 +15,12 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */ #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 */