sc68fordevelopers
2.2.1
|
00001 00011 #ifndef _CONF68_H_ 00012 #define _CONF68_H_ 00013 00014 #ifdef __cplusplus 00015 extern "C" { 00016 #endif 00017 00027 typedef int SC68config_t[8]; 00028 00031 int SC68config_valid(SC68config_t * conf); 00032 00040 int SC68config_get_id(const char * name); 00041 00044 int SC68config_load(SC68config_t * conf); 00045 00048 int SC68config_save(SC68config_t * conf); 00049 00052 int SC68config_default(SC68config_t * conf); 00053 00058 #ifdef __cplusplus 00059 } 00060 #endif 00061 00062 #endif /* #ifndef _CONF68_H_ */