]> git.ozlabs.org Git - petitboot/blobdiff - ui/ncurses/nc-cui.h
Move boot to discover server
[petitboot] / ui / ncurses / nc-cui.h
index 14e4e0661ac42484c5ba759b5dc4ec226c63c6ff..33f266181acc6d47bfb3656c6dff6a9e19189d7a 100644 (file)
@@ -64,7 +64,6 @@ struct cui {
 };
 
 struct cui *cui_init(void* platform_info,
-       int (*on_boot)(struct cui *, struct cui_opt_data *),
        int (*js_map)(const struct js_event *e), int start_deamon, int dry_run);
 struct nc_scr *cui_set_current(struct cui *cui, struct nc_scr *scr);
 int cui_run(struct cui *cui, struct pmenu *main, unsigned int default_item);