X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=ui%2Fncurses%2Fnc-config.h;fp=ui%2Fncurses%2Fnc-config.h;h=dd5fd11a1d087a786fdd3df2fd3fc53b7afbbd4f;hp=71e0ea4550f4c8a42d8b6dfb11882e1c69db44ff;hb=bdcb1f9712f9e99ff1f72497387b34e68585523c;hpb=9df37efcae13a272b25cc5b4e0ba441948fea886 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 */