X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Foptions.h;h=4c38439e88303ae47471e7b1a8b0b2f3030c17b1;hb=04200c34655ad07dc51fa2dbbd5b770b8d319cab;hp=2a1a1bc7e54f41f4069e941c77b6b50f0efd9a9f;hpb=3c5ab93d18bec33726e42747dd7862f73528b7bd;p=emu8051.git diff --git a/src/options.h b/src/options.h index 2a1a1bc..4c38439 100644 --- a/src/options.h +++ b/src/options.h @@ -27,19 +27,13 @@ " -h display this help and exit\n" \ " -version display version information and exit\n" -#define VERSION_STRING \ - PACKAGE "\n" \ - "Version " VERSION "\n" \ - "\n" \ - "Written by\n" \ - "Hugo Villeneuve\n" \ - "Jonathan St-André\n" \ - "Pascal Fecteau" - void ParseCommandLineOptions(int argc, char *argv[]); char * get_hex_filename(void); +const char * +get_package_description(void); + #endif /* OPTIONS_H */