Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

core.h

Go to the documentation of this file.
00001 
00013 // original : core.h 2003/03/14 11:55:25 Rev 1.4
00014 
00015 #ifndef OA_CORE_H
00016 #define OA_CORE_H
00017 
00018 #include <time.h>
00019 
00025 int runflag;
00026 
00034 void do_init(const int argc, char** argv);
00035 
00042 void set_termfunc(void (*termfunc)(void));
00043 
00049 void versionscreen(void);
00050 
00056 void display_title(void);
00057 
00062 extern time_t start_time;
00063 
00069 int get_version(char flag);
00070 
00078 #define VERSION_FLAG_MAJOR 0
00079 #define VERSION_FLAG_MINOR 1
00080 #define VERSION_FLAG_REVISION 2
00081 #define VERSION_FLAG_RELEASE 3
00082 #define VERSION_FLAG_OFFICIAL 4
00083 #define VERSION_FLAG_MOD 5
00084 
00090 #define MAX_TERMFUNC 10
00091 
00094 #endif // OA_CORE_H

Generated on Fri Apr 28 10:20:04 2006 for OpenAthena by  doxygen 1.4.4