#ifndef CFGFILE_H #define CFGFILE_H #include "xsw.h" extern "C" int CfgFileOpen(const char *path, xsw_option_struct *opt); extern "C" int CfgFileOpenVSMenu( const char *path, xsw_vsmenu_item_struct ***list, int *total_rtn ); extern "C" int CfgFileSave( const char *path, xsw_option_struct *opt, xsw_vsmenu_struct *vsmenu ); #endif /* CFGFILE_H */