#ifndef _OG_BOOT_H_ #define _OG_BOOT_H_ struct og_boot_cfg { const char *ogserver; const char *ogrepo; const char *ogrelivedir; const char *username; const char *passwd; }; int ogrelive_generate_grub2_file(const struct og_boot_cfg *cfg, const char *mac); #endif /* _OG_BOOT_H_ */