X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=ui%2Fncurses%2Fnc-config.h;h=dd5fd11a1d087a786fdd3df2fd3fc53b7afbbd4f;hp=71e0ea4550f4c8a42d8b6dfb11882e1c69db44ff;hb=11c43508e4360456298a6dcb0563614e9a118b41;hpb=2a6f3ebc8263e94441c2c865a6b28dae40e35990 diff --git a/ui/ncurses/nc-config.h b/ui/ncurses/nc-config.h index 71e0ea4..dd5fd11 100644 --- a/ui/ncurses/nc-config.h +++ b/ui/ncurses/nc-config.h @@ -30,6 +30,7 @@ struct config_screen *config_screen_init(struct cui *cui, struct nc_scr *config_screen_scr(struct config_screen *screen); void config_screen_update(struct config_screen *screen, - const struct config *config); + const struct config *config, + const struct system_info *sysinfo); #endif /* defined _NC_CONFIG_H */