X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=ui%2Fncurses%2Fnc-cui.h;h=33f266181acc6d47bfb3656c6dff6a9e19189d7a;hp=14e4e0661ac42484c5ba759b5dc4ec226c63c6ff;hb=c62667e5c78ea212e5ac49244e9792954a1d8f71;hpb=b8122dc9340e2f208220f0c88b4d71f91b78774f diff --git a/ui/ncurses/nc-cui.h b/ui/ncurses/nc-cui.h index 14e4e06..33f2661 100644 --- a/ui/ncurses/nc-cui.h +++ b/ui/ncurses/nc-cui.h @@ -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);