Main Page   File List   File Members   Related Pages  

frdi_config.h

Go to the documentation of this file.
00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 
00010 
00011 
00012 
00013 
00014 
00015 
00016 
00017 
00018 
00019 #ifndef _FRDI_CONFIG_H
00020 #define _FRDI_CONFIG_H
00021 
00022 
00025 frdi_config *frdiReadConfigFromFileName(char *file_name);
00026 
00029 int frdiWriteConfigToFileName(char *file_name, frdi_config *config);
00030 
00033 frdi_config *frdiConfigLoad(int argc, char **argv, char **argenv);
00034 
00037 char *frdiConfigDisplay(frdi_config *config);
00038 
00041 int frdiConfigGetInt(frdi_config *config, char *key);
00042 
00045 char *frdiConfigGetChar(frdi_config *config, char *key);
00046 
00047 
00048 #endif /* _FRDI_CONFIG_H */
00049 
00050 /* End of File */

Generated on Wed Aug 18 13:23:43 2004 for Project Fairdice by doxygen1.2.18