]> git.ozlabs.org Git - petitboot/blobdiff - ui/ncurses/nc-config.h
ui/ncurses: Exit safe mode on configuration change
[petitboot] / ui / ncurses / nc-config.h
index 71e0ea4550f4c8a42d8b6dfb11882e1c69db44ff..dd5fd11a1d087a786fdd3df2fd3fc53b7afbbd4f 100644 (file)
@@ -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 */