init.h

Go to the documentation of this file.
00001 #ifndef INIT_H
00002 #define INIT_H
00003 
00004 /****************/
00005 /* GROUP Config */
00006 /****************/
00007 
00008 extern int32 RE_ReadCmdLine(int16 argc, int8 *argv[], Settings *projectSettings);
00009 
00010 extern int32 RE_ReadMessages(FILE* f_ConfigFile, LIST_Mapping *messagesMapping);
00011 extern int32 RE_ReadParams(FILE* f_ConfigFile, LIST_Mapping *ParamsList);
00012 
00013 extern int32 RE_ReadConfigFile(LIST_Mapping *globalMapping);
00014 
00015 extern int32 RE_GetCustomSymbols(Settings *projectSettings, 
00016                                  LIST_Mapping *globalMapping);
00017 
00018 /*************/
00019 /* END GROUP */
00020 /*************/
00021 
00022 #endif

Generated on Tue Nov 29 20:13:16 2005 for REVENG by  doxygen 1.4.5